DESCR 839 B

123456789101112131415
  1. This is 9libs, a package of Plan 9 compatibility libraries derived from
  2. the X11 version of Rob Pike's editor, sam. The package consists of:
  3. * libXg, an X11 implementation of Plan 9's libg graphics library.
  4. The library's declarations are in include/libg.h
  5. * libframe, a library which implements rectangular text areas using
  6. libXg. Declarations are in include/frame.h
  7. * libplan9c, a library which aims to provide implementations of some of
  8. the more general-purpose parts of the Plan 9 C library. This includes
  9. the libregexp library from recent sam distributions. Declarations
  10. are in include/u.h and include/libc.h, which are the first things
  11. included by Plan 9 C files. Declarations for the regular expression
  12. components of the library are in regexp.h.
  13. * Documentation for the libraries, as manual pages in the doc directory.