File: README.org

package info (click to toggle)
janest-ocaml-compiler-libs 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 148 kB
  • sloc: ml: 86; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
* 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.