package ppx_import
A syntax extension for importing declarations from interface files
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_import-v1.7.1.tbz
sha256=9b48c45e60727e51b1a9c49d86e73bf4efe2ad19d81f85732ae67b7d96ebbe99
sha512=087a61d828a9de31c279d3810ae9db4e9e0b65d22975ba07bc26ad51578bce9475077d34631ad4d2602a783d1febd2bbf38cde042ea43c5bed630c6720028346
doc/CHANGES.html
1.7.1
- Support for OCaml 4.10 #47 (Emilio J. Gallego Arias)
1.7.0
- OCaml 4.08 and 4.09 support #46 (Etienne Millon)
1.6.2
- Fix import of module types with optional arguments (Thierry Martinez #37, review by whitequark)
1.6.1
- Fix import of signatures with mutually recursive types (Thierry Martinez #35, review and tweaks by Gabriel Scherer)
1.6
- ocaml-migrate-parsetree + dune support #26 (Jérémie Dimino & Emilio Jesús Gallego Arias)
- Move to OPAM 2.0, adapt Travis CI. (Emilio Jesús Gallego Arias)
1.5
- OCaml 4.07 support #24 (Damien Doligez)
- Call the type-checker (through compiler-libs) instead of reading
.cmi
files directly, to correctly resolve module aliases. #25 (Gabriel Scherer)
1.4
- OCaml 4.06 support #19 (Gabriel Scherer)
1.3
- Also allow extraction of module types from the current module's interface file. #12 (Xavier Guérin)
1.2
- Allow extracting types from the current module's interface file. (Xavier Guérin)
1.1
- OCaml 4.03 support. (whitequark)
1.0
- Allow extracting types from module types. (whitequark)
0.1
- Initial release. (whitequark)