GTversion Documentation on ocaml.org
Generic programming with extensible transformations
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 reminds 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.
P.S. Since 2023 development team is no longer associated with JetBrains Research
| Authors | https://github.com/dboulytchev and https://github.com/Kakadu |
|---|---|
| License | LGPL-2.1-or-later |
| Published | |
| Homepage | https://github.com/PLTools/GT |
| Issue Tracker | https://github.com/PLTools/GT/issues |
| Maintainer | kakadu.hafanana@gmail.com |
| Dependencies |
|
| Source [http] | https://github.com/PLTools/GT/releases/download/0.5.5/GT-0.5.5.tbz sha256=c413cb43890e6ff46e96f22b02855f62e02df9a6eae92cbc92ee6fe0fc1e32ea sha512=ab50b683c4784e69327cbb8016c9ecbee3b0b8002c2bd099b3e55b2db30b165caf7f9dc3ec91af96999db020c0bd37d98b84db8654a14f49f1fd500518489cff |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/GT/GT.0.5.5/opam |


