Libraries
List of libraries distributed with Batteries Included
- Inria base library (done)
- OCamlDoc (done)
- Godi-script (done)
- FindLib (done)
- ExtLib 1.5.1 (done)
- Camlp4
What else?
- OCamlBuild?
- OCamlNet?
- coThreads?
- Catch me if you can?
- Camomile?
- (add your suggestions here)
Discuss suggestions here
OCamlBuild
- pro: it's part of the standard distribution anyway
- cons: modules are essentially undocumented
- cons: modules are often redundant with other libraries
cons: modules sometimes use names which are bound to cause collisions with other projects (There is no name collision about ocamlbuild modules, since they are in a module package Ocamlbuild_pack)
Syntax extensions
List of nominated CamlP4 extension to be included in the OCaml batteries included distribution: