ppxlib 0.31.0-1build1 source package in Ubuntu

Changelog

ppxlib (0.31.0-1build1) noble; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 Nov 2023 15:55:45 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ppxlib_0.31.0.orig.tar.bz2 353.6 KiB d21676654e57faa12d7895caffe8703b64521d66efcf152491871a55b2ae41d8
ppxlib_0.31.0-1build1.debian.tar.xz 3.1 KiB abbf4f9a0966c94179e790f2b295226bf3fbdd5fa3721f8bffa1f4da1fe19d41
ppxlib_0.31.0-1build1.dsc 2.0 KiB 899ff08569c0b721582019e296ca63104d49de7078ed4f374e21ce1526a9f112

View changes file

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