ulex 1.1-2build3 source package in Ubuntu

Changelog

ulex (1.1-2build3) precise; urgency=low

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Sat, 19 Nov 2011 01:02:31 +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
ulex_1.1.orig.tar.gz 19.9 KiB a01ff3223b295c5b24ee414bb9e9add14357ccf364addcfa734d91a02f9f543a
ulex_1.1-2build3.debian.tar.gz 4.6 KiB 2aa3cdc48514e5cd785aec7e3397d05212689548a4407076204b03ede04f6a44
ulex_1.1-2build3.dsc 2.0 KiB 66f776c6d7d4c7a29d08420268e2d72cd1f5166e47366f6cd18962c498761d91

Available diffs

View changes file

Binary packages built by this source

ocaml-ulex: OCaml lexer generator with Unicode support

 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.