ulex 1.2-3 source package in Ubuntu

Changelog

ulex (1.2-3) unstable; urgency=medium

  * Team upload
  * Fix build with OCaml 5.x

 -- Stéphane Glondu <email address hidden>  Tue, 18 Jun 2024 09:23:46 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
ulex_1.2-3.dsc 1.6 KiB 9addb303680e95ec51a886430a61eccab50e73e076013e5894bd836e7d2c16d3
ulex_1.2.orig.tar.gz 19.5 KiB 8029a635daac51450432c30c620a5c1e3de15adfff45c277425b78a3315cf699
ulex_1.2-3.debian.tar.xz 4.7 KiB b785212af50b9279b53aed607bea397816ef2f315374176155565b54f310da2c

Available diffs

No changes file available.

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.