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

Description

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

Published: 17 Mar 2018

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+beta12"
  2. ocaml >= "4.04.1" & < "5.2.0"

Dev Dependencies

None

Used by (14)

  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_implicits >= "0.2.0"
  10. ppxlib
  11. ppxx >= "2.0.0" & < "2.3.2"
  12. toplevel_expect_test >= "v0.11.0"
  13. torch
  14. tqdm

Conflicts

None