ODB, a simple package installer
odb is a simple package installer for OCaml. It aims to be a 80% solution for automated OCaml package installation.
To install odb:
curl -O https://raw.github.com/thelema/odb/master/odb.ml
You can then get the list of available package:
ocaml odb.ml
And install package:
ocaml odb.ml <packagename>
For further installation instruction go to odb website.
We provide three flavors of packages:
-
stable which have been tagged as validated by the odb team
-
testing which are under review by the odb team
-
unstable which are the latest version on OASIS-DB even not yet validated

