home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / gnat / misc / contrib / forest / readme < prev   
Encoding:
Text File  |  1995-04-25  |  714 b   |  18 lines

  1. Forest is a library designed to allow you to access the facili-
  2. ties of UNIX-like operating systems from Ada 95.  It is based on
  3. the POSIX.5 standard, with extensions to support things like sym-
  4. bolic links.  Currently only part of the functionality specified
  5. in POSIX.5 is implemented.
  6.  
  7. Forest requires:  GNAT 2.00 or later.
  8.                   The m4 macro preprocesor.
  9.  
  10. Forest was developed under Linux.  Release 1.2 has also been
  11. tested under HPUX, SunOS, and Solaris.  A test program is includ-
  12. ed in the with the distribution, so you can see if Forest works
  13. on your system.
  14.  
  15. The source for the latest release of forest is in forest-1.2.tar.gz.
  16.  
  17. Forest was written by Kenneth Almquist <ka@socrates.hr.att.com>.
  18.