package ppx_import

  1. Overview
  2. Docs
A syntax extension for importing declarations from interface files

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_import-v1.6.2.tbz
sha256=1f10a473165fea9f8ab202356128a40e6b834bd7dce36847fad1d6686a9366a3
sha512=8bf4925908f2646aebaa9699f11eb5046bf674af4116bffa1edf9a6b6d61fbb50b21f5053d5e13772548df0aa2b2edd402fe7fa97f408c837f26c5487adb5b4d

CHANGES.md.html

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)

OCaml

Innovation. Community. Security.