ulex 1.1-2build2 source package in Ubuntu

Changelog

ulex (1.1-2build2) oneiric; urgency=low

  * Rebuild to pick up ocaml fixes on armel.
 -- Adam Conrad <email address hidden>   Wed, 24 Aug 2011 16:28:36 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
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-2build2.debian.tar.gz 4.7 KiB 6c4316812af8f280dcb711c8d495bd134eeef47b388504400b2178d9b59393e8
ulex_1.1-2build2.dsc 1.3 KiB e5c1cbac93e5f8d21df73d2059156ac3bd0818919521c2e8886f3039cb454d4c

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.