ppxlib 0.15.0-1build2 source package in Ubuntu

Changelog

ppxlib (0.15.0-1build2) jammy; urgency=medium

  * No-change rebuild for current ocaml ABIs

 -- Steve Langasek <email address hidden>  Thu, 09 Dec 2021 02:32:31 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
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.15.0.orig.tar.bz2 133.2 KiB 0b630d7f8d74a899a55cc27188b5ce03e735a93f07ea0c2de56532d8fd93b330
ppxlib_0.15.0-1build2.debian.tar.xz 2.9 KiB e316271d38b67b51ae5fd3ff143f612f89591fba7f765077942ff1cf5188ff6f
ppxlib_0.15.0-1build2.dsc 2.2 KiB d8c8d03dbee1559e218ce8f462504443cbcd03799964ecf7d75f877a8b623080

Available diffs

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