mte/unikernel/duniverse/ocaml-compiler-libs
2025-11-11 02:07:51 +01:00
..
src 2025-11-11 02:07:51 +01:00
.gitignore 2025-11-11 02:07:51 +01:00
CHANGES.md 2025-11-11 02:07:51 +01:00
CONTRIBUTING.md 2025-11-11 02:07:51 +01:00
dune-project 2025-11-11 02:07:51 +01:00
LICENSE.md 2025-11-11 02:07:51 +01:00
Makefile 2025-11-11 02:07:51 +01:00
ocaml-compiler-libs.opam 2025-11-11 02:07:51 +01:00
README.org 2025-11-11 02:07:51 +01:00

OCAML-COMPILER-LIBS

This package simply repackage the OCaml compiler libraries so they don't expose everything at toplevel. For instance Ast_helper is now Ocaml_common.Ast_helper.

The special library ocaml_shadow add a deprecation warning on all modules from the compiler libraries, to force the user to use the prefixed names.