ppxlib 0.12.0-1build1 source package in Ubuntu

Changelog

ppxlib (0.12.0-1build1) focal; urgency=medium

  * No-change rebuild against ocaml-nox-4.08.1

 -- Steve Langasek <email address hidden>  Fri, 21 Feb 2020 07:34:58 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
ppxlib_0.12.0.orig.tar.gz 163.9 KiB 6b562c9b3b9350777318729921f890850b385c469db60769aafd9371998a2c42
ppxlib_0.12.0-1build1.debian.tar.xz 2.8 KiB 92d1221a1669602ff9602800013fc1811993fa732fc04e5c74a65b26ea9fb9e5
ppxlib_0.12.0-1build1.dsc 2.2 KiB 726fc835d90c9a0ad04e84c0080bf95747b47063b21d177ae02b4499eb71f293

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