Skip to content
Yotam Barnoy edited this page Apr 4, 2014 · 2 revisions

OCaml comes pre-packaged with a Standard Library. While this library is quite capable, some have found it lacking in comparison to what other languages provide. Fortunately, with OCaml's modular design, substituting other libraries for the standard one is easy to do.

###Core Developed internally by Jane Street, Core is a fully developed substitute for the standard library. Core is easily installable using Opam.

###Batteries Included Batteries Included is a community-developed standard library substitute. Batteries Included is easily installable using Opam.

Clone this wiki locally