camlp5 6.02.3-1build1 source package in Ubuntu

Changelog

camlp5 (6.02.3-1build1) precise; urgency=low

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Fri, 18 Nov 2011 20:50:47 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
camlp5_6.02.3.orig.tar.gz 638.6 KiB 329f8e577a6f9ac749a0d6fd22acb8385ae17dda3942ba415e27846304e42bfd
camlp5_6.02.3-1build1.debian.tar.gz 11.4 KiB eff9b7725af8e6777502a12e3cfea42248fb815145309f1d7277d83df0b64392
camlp5_6.02.3-1build1.dsc 2.1 KiB 42a5934a2034b89411cd05519264b542eeb936605859c35b32be10fd8d1a1757

Available diffs

View changes file

Binary packages built by this source

camlp5: Pre Processor Pretty Printer for OCaml - classical version

 Objective Caml (OCaml) is an implementation of the ML language,
 based on the Caml Light dialect extended with a complete
 class-based object system and a powerful module system in the
 style of Standard ML.
 .
 CamlP4 is a Pre-Processor-Pretty-Printer for Objective Caml. It
 offers tools for syntax (Stream Parsers and Grammars) and the
 ability to modify the concrete syntax of the language
 (Quotations, Syntax Extensions).
 .
 This package contains the "classical" version of CamlP4
 executables and libraries for pre-processing and pretty-printing
 OCaml sources both interactively and in a batch fashion. The
 "classical" version is the implementation of CamlP4 which used
 to be distributed with OCaml before the release of version 3.10.