Man Pages in
ocaml-nox
Carta.tech
Packages
ocaml-nox
17
Section 1:
Executable programs or shell commands
ocamlbuild.1
The ocaml project compilation tool
ocamlbuild.byte.1
The ocaml project compilation tool
ocamlbuild.native.1
The ocaml project compilation tool
ocamlc.1
The ocaml bytecode compiler
ocamlcp.1
The ocaml profiling compilers
ocamldebug.1
The ocaml source-level replay debugger.
ocamldep.1
Dependency generator for ocaml
ocamldoc.1
The ocaml documentation generator
ocamldumpobj.1
Disassembler for ocaml executable and .cmo object files
ocamllex.1
The ocaml lexer generator
ocamlmklib.1
Generate libraries with mixed c / caml code.
ocamlmktop.1
Building custom toplevel systems
ocamlobjinfo.1
Dump information about ocaml compiled objects
ocamlopt.1
The ocaml native-code compiler
ocamloptp.1
The ocaml profiling compilers
ocamlprof.1
The ocaml profiler
ocamlyacc.1
The ocaml parser generator
84
Section 3o:
Library calls
Arg.3o
Parsing of command line arguments.
Array.3o
Array operations.
ArrayLabels.3o
Array operations.
Bigarray.3o
Large, multi-dimensional, numerical arrays.
Bigarray.Array1.3o
One-dimensional arrays.
Bigarray.Array2.3o
Two-dimensional arrays.
Bigarray.Array3.3o
Three-dimensional arrays.
Bigarray.Genarray.3o
No description
Buffer.3o
Extensible string buffers.
Callback.3o
Registering ocaml values with the c runtime.
CamlinternalLazy.3o
Run-time support for lazy values.
CamlinternalMod.3o
Run-time support for recursive modules.
CamlinternalOO.3o
Run-time support for objects and classes.
Complex.3o
Complex numbers.
Digest.3o
Md5 message digest.
Filename.3o
Operations on file names.
Format.3o
Pretty printing.
Gc.3o
Memory management control and statistics; finalised values.
Genlex.3o
A generic lexical analyzer.
Hashtbl.3o
Hash tables and hash functions.
Hashtbl.HashedType.3o
The input signature of the functor hashtbl.make.
Hashtbl.Make.3o
Functor building an implementation of the hashtable structure.
Hashtbl.MakeSeeded.3o
Functor building an implementation of the hashtable structure.
Hashtbl.S.3o
The output signature of the functor hashtbl.make.
Hashtbl.SeededHashedType.3o
The input signature of the functor hashtbl.makeseeded.
Hashtbl.SeededS.3o
The output signature of the functor hashtbl.makeseeded.
Int32.3o
32-bit integers.
Int64.3o
64-bit integers.
Lexing.3o
The run-time library for lexers generated by ocamllex.
List.3o
List operations.
ListLabels.3o
List operations.
Map.3o
Association tables over ordered types.
Map.Make.3o
Functor building an implementation of the map structure given a totally ordered type.
Map.OrderedType.3o
Input signature of the functor map.make.
Map.S.3o
Output signature of the functor map.make.
Marshal.3o
Marshaling of data structures.
MoreLabels.3o
Extra labeled libraries.
MoreLabels.Hashtbl.3o
No description
MoreLabels.Hashtbl.HashedType.3o
No description
MoreLabels.Hashtbl.Make.3o
No description
MoreLabels.Hashtbl.MakeSeeded.3o
No description
MoreLabels.Hashtbl.S.3o
No description
MoreLabels.Hashtbl.SeededHashedType.3o
No description
MoreLabels.Hashtbl.SeededS.3o
No description
MoreLabels.Map.3o
No description
MoreLabels.Map.Make.3o
No description
MoreLabels.Map.OrderedType.3o
No description
MoreLabels.Map.S.3o
No description
MoreLabels.Set.3o
No description
MoreLabels.Set.Make.3o
No description
MoreLabels.Set.OrderedType.3o
No description
MoreLabels.Set.S.3o
No description
Nativeint.3o
Processor-native integers.
Num.3o
Operation on arbitrary-precision numbers.
Obj.3o
Operations on internal representations of values.
Oo.3o
Operations on objects
Parsing.3o
The run-time library for parsers generated by ocamlyacc.
Pervasives.3o
The initially opened module.
Pervasives.LargeFile.3o
Operations on large files.
Printexc.3o
Facilities for printing exceptions and inspecting current call stack.
Printf.3o
Formatted output functions.
Queue.3o
First-in first-out queues.
Random.3o
Pseudo-random number generators (prng).
Random.State.3o
No description
Scanf.3o
Formatted input functions.
Scanf.Scanning.3o
No description
Set.Make.3o
Functor building an implementation of the set structure given a totally ordered type.
Set.OrderedType.3o
Input signature of the functor set.make.
Set.S.3o
Output signature of the functor set.make.
Sort.3o
Sorting and merging lists.
Stack.3o
Last-in first-out stacks.
StdLabels.3o
Standard labeled libraries.
StdLabels.Array.3o
No description
StdLabels.List.3o
No description
StdLabels.String.3o
No description
Str.3o
Regular expressions and high-level string processing
Stream.3o
Streams and parsers.
StringLabels.3o
String operations.
Sys.3o
System interface.
Unix.3o
Interface to the unix system
Unix.LargeFile.3o
File operations on large files.
Weak.3o
Arrays of weak pointers and hash tables of weak pointers.
Weak.Make.3o
Functor building an implementation of the weak hash table structure.
Weak.S.3o
The output signature of the functor weak.make.