ppxlib 0.30.0-3 source package in Ubuntu

Changelog

ppxlib (0.30.0-3) unstable; urgency=medium

  * Use ocaml_dune DH buildsystem

 -- Stéphane Glondu <email address hidden>  Sun, 06 Aug 2023 07:43:01 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ppxlib_0.30.0-3.dsc 1.8 KiB edb5d377761a9ed1662adbbc15586c75d32f327e067aa3b2018220b745ac14d6
ppxlib_0.30.0.orig.tar.gz 560.3 KiB aca24c2cf040361e440b943baea068f39b1e76a1cf39da3f86f71333ad41d947
ppxlib_0.30.0-3.debian.tar.xz 2.9 KiB 675dd43a0e8d795f44dda8ba8ce6ce34d2eae5d089d433410ce2fd06885c1d00

No changes file available.

Binary packages built by this source

libppxlib-ocaml-dev: meta-programming for OCaml

 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.

libppxlib-ocaml-dev-dbgsym: debug symbols for libppxlib-ocaml-dev