package ocaml-compiler-libs

  1. Overview
  2. Docs
OCaml compiler libraries repackaged

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-compiler-libs-v0.12.3.tbz
sha256=a8403531439c14bbda2d504ef93610fd29a8e9520fc700f21889d893a513e3c9
sha512=0bb03b38e93bab3274a8ade38d017808110bc02f2181a594d8775c68fdd465733393f0451dbbf8860e6b50b56c45671d2182637c0840d1d6574803ec18673972

Description

This packages exposes the OCaml compiler libraries repackages under the toplevel names Ocaml_common, Ocaml_bytecomp, Ocaml_optcomp, ...

Published: 22 Sep 2020

README

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.

Dependencies (2)

  1. dune >= "1.5.1"
  2. ocaml >= "4.04.1" & < "5.2.0"

Dev Dependencies

None

Conflicts

None