ulex 1.1-2build5 source package in Ubuntu
Changelog
ulex (1.1-2build5) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose <email address hidden> Mon, 23 Dec 2013 16:18:25 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ulex_1.1.orig.tar.gz | 19.9 KiB | a01ff3223b295c5b24ee414bb9e9add14357ccf364addcfa734d91a02f9f543a |
ulex_1.1-2build5.debian.tar.gz | 4.7 KiB | 57837085e48d8f5a75e91298afd5d0883ef50126887746e8b2f731207d3f94fe |
ulex_1.1-2build5.dsc | 1.3 KiB | c87a151bc79606ebbb73883e303af4003ef5bb4408b4bdf66b32e0e319c94577 |
Available diffs
- diff from 1.1-2build4 to 1.1-2build5 (313 bytes)
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.