ppx-tools 6.4-1 source package in Ubuntu

Changelog

ppx-tools (6.4-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.6.0
  * Update debian/watch

 -- Stéphane Glondu <email address hidden>  Fri, 19 Nov 2021 13:05:37 +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
ppx-tools_6.4-1.dsc 1.7 KiB 8ac564ddcaf3c9dbdcfa7038a3c1330da4a5bb0d6201e6e547f430fca8bbcc03
ppx-tools_6.4.orig.tar.bz2 17.5 KiB 5ae59768a3c1293387f9660f5c766ff59200de4278e337b2eff747d523929a18
ppx-tools_6.4-1.debian.tar.xz 2.5 KiB 75cbe23ff608a9561582cf37854d008d81cd5ca0e0ff999a34d775ddac910cd2

Available diffs

No changes file available.

Binary packages built by this source

libppx-tools-ocaml-dev: tools for authors of OCaml syntactic tools

 This package includes tools for authors of syntactic tools (such as
 ppx rewriters):
  * ppx_metaquot: a ppx filter to help writing programs which
    manipulate the Parsetree, by allowing the programmer to use
    concrete syntax for expressions creating Parsetree fragments and
    patterns deconstructing Parsetree fragments;
  * rewriter: a utility to help testing ppx rewriters that runs the
    rewriter on user-provided code and returns the result;
  * Ast_mapper_class: a generic mapper from Parsetree to Parsetree
    implementing a deep identity copy, which can be customized with a
    custom behavior for each syntactic category;
  * dumpast: parses fragments of OCaml code (or entire source files)
    and dump the resulting internal Parsetree representation;
  * genlifter: generates a virtual "lifter" class for one or several
    OCaml type constructors.

libppx-tools-ocaml-dev-dbgsym: debug symbols for libppx-tools-ocaml-dev