This repository is a package repository for the opam package manager. It contains OCaml with Jane Street language extensions, including all Jane Stree

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-02 23:00:05

This repository is a package repository for the opam package manager. It contains OCaml with Jane Street language extensions, including all Jane Street packages and necessary patches to external packages for building our libraries.

If the installation was successful, you can now use OCaml with our extensions! Try creating hello.ml and running it with ocamlc -o hello hello.ml && ./hello:

Our libraries such as Base and Core contain various functions to deal with local values. Install them with opam install, and read their documentation and interface files to learn more. For a general introduction to OCaml and our libraries, refer to Real World OCaml.

Leave a Comment