package ocaml-compiler-libs

  1. Overview
  2. Docs
OCaml compiler libraries repackaged

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-compiler-libs-v0.9.0.tar.gz
md5=4863a2a26b04aa0e46e87e097b2af3b9

Description

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

Published: 22 Mar 2017

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. jbuilder >= "1.0+beta4"
  2. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (15)

  1. boltzgen
  2. camlon = "1.0.2"
  3. dataframe
  4. loga < "0.0.5"
  5. owl = "0.2.9"
  6. owl-top
  7. owl-zoo
  8. pla = "2.0"
  9. ppx_ast < "v0.10.0"
  10. ppx_core >= "v0.9.0" & < "v0.10.0"
  11. ppx_implicits >= "0.2.0"
  12. ppxx >= "2.0.0" & < "2.3.2"
  13. toplevel_expect_test >= "v0.9.1" & < "v0.10.0"
  14. torch < "v0.16.0"
  15. tqdm

Conflicts

None