You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.