A | |
AXOCom | http_post url args sends an HTTP POST request to the server with POST
arguments args nicely encoded and return
(code,message) where code is the HTTP code and message the content of
the answer.
|
AXOEvents |
This module provides ways to tamper with events.
|
AXOHtml |
High level module : creating nodes with "hints" on specific attributes
TODO: make function set exhaustive ; make hints set exhaustive
|
AXOJs |
Use GET and POST method for server communication.
|
AXOLang |
These are miscellianous functions to factor code.
|
AXOToolkit |
Empty widget : can be used for graphic purpose...
|
AXOWidgets |
This module allows easy creation of "graphical" widgets
|
Arg |
Parsing of command line arguments.
|
Array [StdLabels] | |
Array |
Array operations.
|
ArrayLabels |
Array operations.
|
B | |
Buffer |
Extensible string buffers.
|
Button_click [AXOWidgets] | |
C | |
Callback |
Registering Caml values with the runtime.
|
CamlinternalLazy | |
CamlinternalMod | |
CamlinternalOO |
Run-time support for objects and classes.
|
Char |
Character operations.
|
Complex |
Complex numbers.
|
Condition |
Condition variables to synchronize between threads.
|
D | |
Digest |
MD5 message digest.
|
Dragg_n_drop_down [AXOWidgets] | |
Dragg_n_drop_move [AXOWidgets] | |
Dragg_n_drop_up [AXOWidgets] | |
E | |
Event |
First-class synchronous communication.
|
F | |
Filename |
Operations on file names.
|
Format |
Pretty printing.
|
Fragment [Js] | |
G | |
Gc |
Memory management control and statistics; finalised values.
|
Genlex |
A generic lexical analyzer.
|
Graphics |
Machine-independent graphics primitives.
|
H | |
Hashtbl |
Hash tables and hash functions.
|
High [AXOHtml] | |
Html [Js] | |
I | |
Int32 |
32-bit integers.
|
Int64 |
64-bit integers.
|
J | |
JSOO | |
JSOO_basic_io | |
Js | |
L | |
LList [AXOLang] | |
LOption [AXOLang] | |
LTree [AXOLang] | |
LargeFile [Pervasives] |
Operations on large files.
|
Lazy |
Deferred computations.
|
Lexing |
The run-time library for lexers generated by
ocamllex .
|
List [StdLabels] | |
List |
List operations.
|
ListLabels |
List operations.
|
Low [AXOHtml] | |
M | |
Make [Set] |
Functor building an implementation of the set structure
given a totally ordered type.
|
Make [Map] |
Functor building an implementation of the map structure
given a totally ordered type.
|
Make [Hashtbl] |
Functor building an implementation of the hashtable structure.
|
Make [AXOEvents] | |
Map |
Association tables over ordered types.
|
Marshal |
Marshaling of data structures.
|
Misc [AXOJs] | |
Mouse_down [AXOEvents] | |
Mouse_up [AXOEvents] | |
Movable_down [AXOToolkit] | |
Movable_move [AXOToolkit] | |
Movable_up [AXOToolkit] | |
Mutex |
Locks for mutual exclusion.
|
N | |
Nativeint |
Processor-native integers.
|
Node [Js] | |
Node [AXOJs] | |
O | |
Obj |
Operations on internal representations of values.
|
On_input_change [AXOToolkit] |
User input : select/text input (with auto updating)...
|
Onclick [AXOEvents] | |
Oo |
Operations on objects
|
P | |
Parsing |
The run-time library for parsers generated by
ocamlyacc .
|
Pervasives |
The initially opened module.
|
Printexc |
Facilities for printing exceptions.
|
Printf |
Formatted output functions.
|
Q | |
Queue |
First-in first-out queues.
|
R | |
Random |
Pseudo-random number generators (PRNG).
|
Regexp |
executes a match
the result is an array of substrings corresponding to matched groups
0 is the whole substring matched by the regexp
1 is the outermost parenthetised group
etc.
|
S | |
Scanf |
Formatted input functions.
|
Scanning [Scanf] |
Scanning buffers
|
Set |
Sets over ordered types.
|
Sort |
Sorting and merging lists.
|
Stack |
Last-in first-out stacks.
|
State [Random] | |
StdLabels |
Standard labeled libraries.
|
Std_exit | |
Stream |
Streams and parsers.
|
String |
String operations.
|
String [StdLabels] | |
StringLabels |
String operations.
|
Sys |
System interface.
|
T | |
Thread |
Lightweight threads.
|
U | |
Url [AXOCom] |