* [Caml-list] [ANN] override v0.1.0
@ 2019-05-14 8:27 Thierry Martinez
0 siblings, 0 replies; only message in thread
From: Thierry Martinez @ 2019-05-14 8:27 UTC (permalink / raw)
To: Ocaml Mailing List
Dear OCaml developers,
I am happy to announce the first release of override (v0.1.0)!
Override is a PPX extension for overriding modules defined in other
compiled interface files.
The library is available through opam: opam install override
The project is hosted on Inria Gitlab:
https://gitlab.inria.fr/tmartine/override
See README.md for usage and examples.
This library generalizes ppx_import by allowing a whole module to be
imported with all its types, possibly with annotations. In
particular, importing a whole module can be convenient to apply
ppx_deriving to a large family of mutually inductive data types.
Types can be systematically annotated, substituted, renamed, or
removed. The library can be seen as a mechanization of Gabriel
Scherer's post on Gagallium blog:
http://gallium.inria.fr/blog/overriding-submodules/
Happy hacking.
--
Thierry.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-05-14 8:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-14 8:27 [Caml-list] [ANN] override v0.1.0 Thierry Martinez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox