ppxlib 0.32.1-1 source package in Ubuntu

Changelog

ppxlib (0.32.1-1) unstable; urgency=medium

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Mon, 03 Jun 2024 13:35:53 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
ppxlib_0.32.1-1.dsc 1.8 KiB 3c8ccc97de9a320b31ae4751668011e6bbefe8bc526dfeb520050d009a5dabf4
ppxlib_0.32.1.orig.tar.bz2 362.7 KiB 9dbad8bcb1c8b4f3df3f58bca60a5ed23d86531f0da34b4196c86bd585c09d7f
ppxlib_0.32.1-1.debian.tar.xz 3.1 KiB 37b48a00ed1b54f0f83286cf06fc0c29e2df7e126cc8076fd9399f642dd3147b

Available diffs

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