ulex0.8 0.8-12 source package in Ubuntu

Changelog

ulex0.8 (0.8-12) unstable; urgency=medium

  * Team upload
  * Fix compilation with OCaml 4.08.0

 -- Stéphane Glondu <email address hidden>  Thu, 12 Sep 2019 08:49:00 +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

Downloads

File Size SHA-256 Checksum
ulex0.8_0.8-12.dsc 1.7 KiB 6b0bd99dc9577e56ba15569665ce8c970f2c7e354266d83207e13446dad43110
ulex0.8_0.8.orig.tar.gz 19.3 KiB 97199103ba776fec02fc89865a1654549f960ad55cd64f7b29e17f88de52caa5
ulex0.8_0.8-12.debian.tar.xz 5.6 KiB b7885af7075da92e9d661979e9c268cdbc729c92cf9b1854b539fa37d9e39303

No changes file available.

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