Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.32 KB

index.md

File metadata and controls

67 lines (52 loc) · 2.32 KB
layout
default

Jane Street is built on open source. Here you'll find the open source libraries that we've released. These include:

  • Core, an industrial strength alternative to OCaml's standard library. It is not a compatible, drop-in replacement for the standard library. We've made different design decisions, and so code designed for the standard library needs to be adapted to use Core.
  • Core_extended, a set of useful extensions to Core. These are less well tested and less stable than Core proper.
  • Async, a monadic concurrency library
  • A set of syntax extensions, including Sexplib and Bin_prot, which extend the OCaml language itself. These are not necessary to use the rest of the libraries, but they are necessary for building them.

Download

You can find release tarballs here and documentation here.

The easiest way to install our libraries is using the OPAM package manager.

Interested in contributing?

Great! We're happy to work with people who want to help grow Core and the associated libraries. Learn more about the practicalities of contributing here.

Core is available under the Apache open-source license.

Also, if you want to contribute to this website, you can fork it and send us a pull request.

Documentation

Other resources

Miscellaneous