ulex0.8 1.2-2build1 source package in Ubuntu

Changelog

ulex0.8 (1.2-2build1) jammy; urgency=medium

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Tue, 25 Jan 2022 10:57:42 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe devel

Downloads

File Size SHA-256 Checksum
ulex0.8_1.2.orig.tar.gz 19.9 KiB 97664d5bdd4b24053e3ce716ecf60335e4b49998132aea2496beb3044a84bb2f
ulex0.8_1.2-2build1.debian.tar.xz 4.1 KiB f3a633ca4c2f925559d8e4e450643830a3f5a192103ddf6b384542d8adcf15f5
ulex0.8_1.2-2build1.dsc 1.9 KiB 1bb1b4bea8718af709ea9ac9c3facf11705748e009e1891cd6d2f747397c1fde

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)).