ppxlib 0.37.0-ok1 source package in openKylin
Changelog
ppxlib (0.37.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 08 May 2026 19:35:06 +0800
ppxlib (0.37.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 08 May 2026 19:35:06 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | ocaml |
| File | Size | SHA-256 Checksum |
|---|---|---|
| ppxlib_0.37.0.orig.tar.bz2 | 403.5 KiB | 2e223837e7cecc3bc84a432432c0a72f4e1d5be9165c9c33772f156db85db0b3 |
| ppxlib_0.37.0-ok1.debian.tar.xz | 2.7 KiB | b1215805a552a68d5c0798e883c519576bf0e7a4e8640ed69ba57b1171bde269 |
| ppxlib_0.37.0-ok1.dsc | 1.9 KiB | 86d0b8f3245261861c1131601e1c928de4179860a39ee8ac658c572c7cd5b241 |
The ppxlib project provides the basis for the ppx system, which is
currently the officially supported method for meta-programming in
OCaml. It offers a principled way to generate code at compile time in
OCaml projects. It features:
* OCaml AST / parser / pretty-printer snapshot, to create a full
frontend independent of the version of OCaml;
* library for ppx rewriters in general, and type-driven code
generators in particular;
* feature-full driver for OCaml AST transformers;
* quotation mechanism allowing to write values representing the
OCaml AST in the OCaml syntax;
* generator of open recursion classes from type definitions.