SCM Repository
Annotation of /sml/branches/idlbasis-devel/src/smlnj-lib/README
Parent Directory
|
Revision Log
Revision 848 - (view) (download)
1 : | monnier | 2 | This is substantially new version of the SML/NJ Library. It is |
2 : | now organized into a utility library, and a collection of application | ||
3 : | libraries; each with its own subdirectory. Here is a roadmap of | ||
4 : | the library structure: | ||
5 : | |||
6 : | Directory Sources File Description | ||
7 : | ------------------------------------------------- | ||
8 : | Util smlnj-lib.cm This is the general utility library. | ||
9 : | |||
10 : | jhr | 702 | RegExp regexp-lib.cm Regular-expression library. |
11 : | monnier | 2 | |
12 : | jhr | 702 | PP pp-lib.cm Pretty-printing library. |
13 : | |||
14 : | monnier | 2 | HTML html-lib.cm This library provides parsing and pretty |
15 : | printing of HTML (Version 3.2). | ||
16 : | |||
17 : | Unix unix-lib.cm Unix specific utilities (including | ||
18 : | networking). | ||
19 : | |||
20 : | jhr | 702 | INet inet-lib.cm Networking utilities (for both Unix |
21 : | and Windows). | ||
22 : | |||
23 : | monnier | 2 | Reactive reactive-lib.cm A low-level reactive scripting library. |
24 : | |||
25 : | The first column is the source directory, the second gives the library sources | ||
26 : | file alias (to be used in your application's sources.cm file), and the third | ||
27 : | column gives a brief description. Look at the Doc dicrectory and at the README | ||
28 : | files in the individual subdirectories for more documentation. | ||
29 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |