SCM Repository
Annotation of /sml/trunk/src/smlnj-lib/README
Parent Directory
|
Revision Log
Revision 2 - (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 : | Compat smlnj-lib-93.cm This is a compatibility library that is | ||
11 : | mostly compatible with the 0.93 version | ||
12 : | of the SML/NJ library. Eventually, this | ||
13 : | will go away. | ||
14 : | |||
15 : | HTML html-lib.cm This library provides parsing and pretty | ||
16 : | printing of HTML (Version 3.2). | ||
17 : | |||
18 : | Unix unix-lib.cm Unix specific utilities (including | ||
19 : | networking). | ||
20 : | |||
21 : | Reactive reactive-lib.cm A low-level reactive scripting library. | ||
22 : | |||
23 : | The first column is the source directory, the second gives the library sources | ||
24 : | file alias (to be used in your application's sources.cm file), and the third | ||
25 : | column gives a brief description. Look at the Doc dicrectory and at the README | ||
26 : | files in the individual subdirectories for more documentation. | ||
27 : | |||
28 : | NOTE: the networking code will probably move into its own library in the | ||
29 : | near future. We are developing a collection of modules for various network | ||
30 : | services (e.g., NNTP). | ||
31 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |