ppxlib 0.12.0-1 source package in Ubuntu

Changelog

ppxlib (0.12.0-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.4.1
  * Add Rules-Requires-Root: no

 -- Stéphane Glondu <email address hidden>  Mon, 13 Jan 2020 16:51:12 +0100

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

Downloads

File Size SHA-256 Checksum
ppxlib_0.12.0-1.dsc 1.8 KiB 78a3cd220eb5f47e3e3a7b8f80774f72d3a85c2e594f581840bd4041a97d212e
ppxlib_0.12.0.orig.tar.gz 163.9 KiB 6b562c9b3b9350777318729921f890850b385c469db60769aafd9371998a2c42
ppxlib_0.12.0-1.debian.tar.xz 2.7 KiB 9922df6215233dfebcf02545269de808e605b3b94b48c4c32e5a11223c76d5eb

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