package ocaml-compiler-libs

  1. Overview
  2. Docs
OCaml compiler libraries repackaged

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-compiler-libs-v0.11.0.tar.gz
md5=e170c16186aa55b7e8b11e461418a10a

README.org.html

README.org

* 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.