ppx-tools 6.6-4build1 source package in Ubuntu

Changelog

ppx-tools (6.6-4build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 03 Nov 2023 00:16:52 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ppx-tools_6.6.orig.tar.gz 18.8 KiB 7a38f6dcd475dbdbb775fc1e9e1f4542de6d26737776b11391b16274b7cf651d
ppx-tools_6.6-4build1.debian.tar.xz 2.6 KiB 2bebe6f7cccb23178a81cccd810eac4f73f80d4e04fa7f60aab3b55f673ed984
ppx-tools_6.6-4build1.dsc 2.0 KiB e889902d190ceab8906c38d1e4d75c283930242d4f7203d3ca2557b1ccc62a08

Available diffs

View changes file

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