| Package | Module | Description |
|---|---|---|
| stdlib | Arg | Parsing of command line arguments. |
| stdlib | Array | Array operations. |
| stdlib | ArrayLabels | Array operations. |
| stdlib | Buffer | Extensible string buffers. |
| stdlib | Callback | Registering Caml values with the C runtime. |
| stdlib | Char | Character operations. |
| stdlib | Complex | Complex numbers. |
| stdlib | Digest | MD5 message digest. |
| stdlib | Filename | Operations on file names. |
| stdlib | Format | Pretty printing. |
| stdlib | Gc | Memory management control and statistics; finalised values. |
| stdlib | Genlex | A generic lexical analyzer. |
| stdlib | Hashtbl | Hash tables and hash functions. |
| stdlib | Int32 | 32-bit integers. |
| stdlib | Int64 | 64-bit integers. |
| stdlib | LargeFile[Pervasives] | Operations on large files. |
| stdlib | Lazy | Deferred computations. |
| stdlib | Lexing | The run-time library for lexers generated by ocamllex. |
| stdlib | List | List operations. |
| stdlib | ListLabels | List operations. |
| stdlib | Make[Hashtbl] | Functor building an implementation of the hashtable structure. |
| stdlib | Make[Map] | Functor building an implementation of the map structure given a totally ordered type. |
| stdlib | Make[Set] | Functor building an implementation of the set structure given a totally ordered type. |
| stdlib | Make[Weak] | Functor building an implementation of the weak hash table structure. |
| stdlib | MakeSeeded[Hashtbl] | Functor building an implementation of the hashtable structure. |
| stdlib | Map | Association tables over ordered types. |
| stdlib | Marshal | Marshaling of data structures. |
| stdlib | Nativeint | Processor-native integers. |
| stdlib | Obj | Operations on internal representations of values. |
| stdlib | Oo | Operations on objects |
| stdlib | Parsing | The run-time library for parsers generated by ocamlyacc. |
| stdlib | Pervasives | The initially opened module. |
| stdlib | Printexc | Facilities for printing exceptions. |
| stdlib | Printf | Formatted output functions. |
| stdlib | Queue | First-in first-out queues. |
| stdlib | Random | Pseudo-random number generators (PRNG). |
| stdlib | Scanf | Formatted input functions. |
| stdlib | Scanning[Scanf] | Formatted input channel |
| stdlib | Set | Sets over ordered types. |
| stdlib | Sort | Sorting and merging lists. |
| stdlib | Stack | Last-in first-out stacks. |
| stdlib | State[Random] | |
| stdlib | Stream | Streams and parsers. |
| stdlib | String | String operations. |
| stdlib | StringLabels | String operations. |
| stdlib | Sys | System interface. |
| stdlib | Weak | Arrays of weak pointers and hash tables of weak pointers. |
| Package | Module | Description |
|---|---|---|
| stdlib | Arg | Parsing of command line arguments. |
| stdlib | Array | Array operations. |
| stdlib | ArrayLabels | Array operations. |
| Package | Module | Description |
|---|---|---|
| stdlib | Callback | Registering Caml values with the C runtime. |
| stdlib | Char | Character operations. |
| stdlib | Complex | Complex numbers. |
| Package | Module | Description |
|---|---|---|
| stdlib | Gc | Memory management control and statistics; finalised values. |
| stdlib | Genlex | A generic lexical analyzer. |
| Package | Module | Description |
|---|---|---|
| stdlib | LargeFile[Pervasives] | Operations on large files. |
| stdlib | Lazy | Deferred computations. |
| stdlib | Lexing | The run-time library for lexers generated by ocamllex. |
| stdlib | List | List operations. |
| stdlib | ListLabels | List operations. |
| Package | Module | Description |
|---|---|---|
| stdlib | Make[Hashtbl] | Functor building an implementation of the hashtable structure. |
| stdlib | Make[Map] | Functor building an implementation of the map structure given a totally ordered type. |
| stdlib | Make[Set] | Functor building an implementation of the set structure given a totally ordered type. |
| stdlib | Make[Weak] | Functor building an implementation of the weak hash table structure. |
| stdlib | MakeSeeded[Hashtbl] | Functor building an implementation of the hashtable structure. |
| stdlib | Map | Association tables over ordered types. |
| stdlib | Marshal | Marshaling of data structures. |
| Package | Module | Description |
|---|---|---|
| stdlib | Obj | Operations on internal representations of values. |
| stdlib | Oo | Operations on objects |
| Package | Module | Description |
|---|---|---|
| stdlib | Parsing | The run-time library for parsers generated by ocamlyacc. |
| stdlib | Pervasives | The initially opened module. |
| stdlib | Printexc | Facilities for printing exceptions. |
| stdlib | Printf | Formatted output functions. |
| Package | Module | Description |
|---|---|---|
| stdlib | Scanf | Formatted input functions. |
| stdlib | Scanning[Scanf] | Formatted input channel |
| stdlib | Set | Sets over ordered types. |
| stdlib | Sort | Sorting and merging lists. |
| stdlib | Stack | Last-in first-out stacks. |
| stdlib | State[Random] | |
| stdlib | Stream | Streams and parsers. |
| stdlib | String | String operations. |
| stdlib | StringLabels | String operations. |
| stdlib | Sys | System interface. |