ulex 1.2-2build1 source package in Ubuntu

Changelog

ulex (1.2-2build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 03 Nov 2023 00:17:07 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Downloads

File Size SHA-256 Checksum
ulex_1.2.orig.tar.gz 19.5 KiB 8029a635daac51450432c30c620a5c1e3de15adfff45c277425b78a3315cf699
ulex_1.2-2build1.debian.tar.xz 4.5 KiB c8fd79f50b20edd87b68dc0927f77e8d321840db011ad6df4afae9cb93d4cda4
ulex_1.2-2build1.dsc 1.8 KiB b337a8d7d806e38a1dac234eb76bab0d0b68b3213f5af845db25531fc29e20fd

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.