package GT

  1. Overview
  2. No Docs
Generic programming with extensible transformations

Install

Authors

Maintainers

Sources

v0.3.0.zip
sha256=58aa091948383ffa6c452b89880becae980ae32cc3a4969fe1c636e46810db69
sha512=ee878ba4c2ee16f5b77f4b4e98664d53e91b7a710b9162905b9a43118a03e9c0d7b378a13e104e16a84556bca1176026d93f11934d69eecb459b771e9340ffd7

Description

Yet another library for generic programming. Provides syntax extensions both for camlp5 and PPX which allow decoration of type declarations with following compile-time code generation. Provides the way for creating plugins (compiled separately from the library) for enchancing supported type transformations.

Strongly remids the visitors library from François Pottier. During desing of a library of these kind there many possible design decision and in many cases we decided to implement the decision opposite to the one used in visitors.

Published: 07 Oct 2020

Dependencies (8)

  1. ocaml-migrate-parsetree < "2"
  2. ppxlib >= "0.9.0" & <= "0.13.0"
  3. ocamlgraph
  4. dune > "2.7"
  5. conf-m4 build
  6. ocamlfind build
  7. camlp5 >= "8.00~alpha01" & < "8.00"
  8. ocaml >= "4.10.0"

Dev Dependencies

None

Used by (3)

  1. noCanren
  2. OCanren-ppx = "0.3.0~alpha1"
  3. ostap

Conflicts

None