compiler libraries repackaged
Browse cluster: OCaml incremental computation and PPX tooling →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.