home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / libs / fifolib / product-info < prev    next >
Encoding:
Text File  |  1995-10-24  |  1.3 KB  |  71 lines

  1. .name
  2. fifolib
  3. .type
  4. Library
  5. .short
  6. A general fifo library implementation
  7. .description
  8. FIFO: is like PIPE: but is based on fifo.library rather than its own
  9. implementation.  Fifo.library is a general fifo library implementation
  10. that supports named fifos, writing to a fifo from a hardware
  11. exception, multiple readers on a fifo with each getting the same data
  12. stream, efficient reading, and automatic or manual flow control.
  13. Programs that require non-blocking IO can access one side of a FIFO:
  14. connection via the fifo.library instead of the FIFO: device.
  15. .version
  16. 37.4
  17. .date
  18. .author
  19. Matt Dillon
  20. .restrictions
  21. .requirements
  22. .reference
  23. AmigaLibDisk588:FifoLib/
  24. 3.4
  25. AmigaLibDisk519:FifoLib/
  26. 3.1
  27. AmigaLibDisk488:FifoDev/
  28. 2.0
  29. .keywords
  30. .distribution
  31. Copyrighted but Freely Redistributable
  32. .price
  33. .address
  34. .email
  35. .phone
  36. .fax
  37. .exectype
  38. .installsize
  39. .source
  40. Includes source in C.
  41. .construction
  42. .tested
  43. .docs
  44. fifolib.doc
  45. fifo.doc
  46. .described-by
  47. Fred Fish (fnf@fishpond.cygnus.com)
  48. .execute
  49. set choice `RequestChoice "FIFO Library" "Please select an option" "README" "History" "User Docs" "Programmer Docs" "Cancel"`
  50. if $choice EQ "0"
  51.   quit 5
  52. endif
  53.  
  54. if $choice EQ "1"
  55.   MetaTool README TEXT
  56. endif
  57.  
  58. if $choice EQ "2"
  59.   MetaTool version.doc TEXT
  60. endif
  61.  
  62. if $choice EQ "3"
  63.   MetaTool fifo.doc TEXT
  64. endif
  65.  
  66. if $choice EQ "4"
  67.   MetaTool fifolib.doc TEXT
  68. endif
  69. .aminet-dir
  70. util/libs
  71.