← All repos

ocaml-compiler-libs

compiler libraries repackaged

Browse cluster: OCaml incremental computation and PPX tooling
37commits
7contributors
2languages

Tech stack & purpose

ocaml-compiler-libs is a repackaging of the OCaml compiler libraries that organizes their modules under namespaces rather than exposing them at the top level, so modules like Ast_helper are accessed as Ocaml_common.Ast_helper instead. The package includes a special ocaml_shadow library that adds deprecation warnings to unprefixed module names, encouraging users to adopt the new namespaced interface. It is built for and used with OCaml.

Languages

OCaml
93.0%
Makefile
7.0%

Contributors