This repository is a package repository for the opam package manager.
It contains the development version of all Jane Street packages. To use it, type:
opam repo add janestreet-bleeding https://ocaml.janestreet.com/opam-repository
Note that the above url is not the one of this github repository. It is a mirror with static tarballs, which is more convenient to use.
Some packages depend on unreleased versions of non-Jane Street packages. These can be made available with:
opam repo add janestreet-bleeding-external https://github.com/janestreet/opam-repository.git#external-packages
If you are looking to install the repository with our compiler extensions, please click here.