ulex 1.2-2 source package in Ubuntu

Changelog

ulex (1.2-2) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Team upload
  * Bump Standards-Version to 4.6.2

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Update watch file format version to 4.
  * Set upstream metadata fields: Repository-Browse.
  * Update pattern for GitHub archive URLs from /<org>/<repo>/tags
    page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
  * debian/watch: Use GitHub /tags rather than /releases page.

 -- Stéphane Glondu <email address hidden>  Sat, 02 Sep 2023 07:58:51 +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
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
ulex_1.2-2.dsc 1.6 KiB b39858da674b08dc91e0ce9bf422b887b6b7bd370ca622a84d33f2915461bdb0
ulex_1.2.orig.tar.gz 19.5 KiB 8029a635daac51450432c30c620a5c1e3de15adfff45c277425b78a3315cf699
ulex_1.2-2.debian.tar.xz 4.4 KiB 66e3968d6cd128134de982d8675e777f5e432f8fede914dcbde8c9362783cc20

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.