ulex0.8 0.8-10build2 source package in Ubuntu

Changelog

ulex0.8 (0.8-10build2) saucy; urgency=low

  * Rebuild for new OCaml ABIs.
 -- Colin Watson <email address hidden>   Thu, 09 May 2013 15:00:13 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Saucy
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
ulex0.8_0.8.orig.tar.gz 19.3 KiB 97199103ba776fec02fc89865a1654549f960ad55cd64f7b29e17f88de52caa5
ulex0.8_0.8-10build2.debian.tar.gz 5.7 KiB 1655c14df0ec28121ef9222383179c7d059873196591b8912c5076b4caaa80bd
ulex0.8_0.8-10build2.dsc 2.0 KiB e2988426a3e381f0e5360b85f6e6b20b24d0a65549ab04520bddb70d79db3359

Available diffs

View changes file

Binary packages built by this source

ocaml-ulex08: OCaml lexer generator with Unicode support - CamlP5 version

 ulex is a lexer generator for the Objective Caml (OCaml) programming
 language.
 .
 It is implemented as a Camlp4 syntax extension: lexer specifications
 are embedded in regular OCaml code.
 .
 Generated lexers work with a new kind of "lexbuf" that supports
 Unicode; a single lexer can work with arbitrary encodings of the input
 stream.
 .
 This package ships the latest release of ulex compatible with Camlp4
 pre OCaml 3.10 (now called CamlP5). Applications which need both ulex
 and the legacy version of Camlp4 might need to use this package instead
 of ocaml-ulex (the latter shipping the latest available ulex release which
 requires Camlp4 >= 3.10)).