package metapp

  1. Overview
  2. Docs
Meta-preprocessor for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
sha512=1563dac72f8c968cdf8daf5766dc16e4b9c3ede09552dd2018d0a3407c742159a3aa0845b3d2db937cd8f0d534581b4d9f0349fff82c21b9be63160bdda891a7

CHANGES.md.html

Version 0.2.0, 2020-05-11

  • Compatibility with OCaml 4.11.0

  • More utility functions in Metapp module to construct and destruct OCaml's parsetree in a version-independent way

  • Functions for invoking OCaml compiler and loading modules dynamically are exported in the package metapp.dyncompile.

Version 0.1.0, 2020-02-27

  • First release