ocaml-re 1.10.3-1 source package in Ubuntu

Changelog

ocaml-re (1.10.3-1) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Team upload
  * New upstream release
  * Bump Standards-Version to 4.6.0
  * Update debian/watch

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.

 -- Stéphane Glondu <email address hidden>  Mon, 29 Nov 2021 13:18:10 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-re_1.10.3-1.dsc 1.7 KiB 825eac8866c93b5fef4a5ed57935e924d172b2e6edf52b4f039d0ce8e1915d32
ocaml-re_1.10.3.orig.tar.bz2 80.8 KiB 846546967f3fe31765935dd40a6460a9424337ecce7b12727fcba49480790ebb
ocaml-re_1.10.3-1.debian.tar.xz 2.2 KiB 96114eb72741b440d17e7ead00a962fc82b199f7288eb457370b7acd97c7d52c

No changes file available.

Binary packages built by this source

libre-ocaml-dev: regular expression library for OCaml

 RE is regular expression library for OCaml. The following styles of
 regular expressions are supported:
  * Perl-style regular expressions (module Re.Perl);
  * Posix extended regular expressions (module Re.Posix);
  * Emacs-style regular expressions (module Re.Emacs);
  * Shell-style file globbing (module Re.Glob);
  * Compatibility layer for OCaml's built-in Str module (module Re.Str).
 .
 It is also possible to build regular expressions by combining simpler
 regular expressions (module Re)
 .
 This package contains the development modules you need to use RE in
 your programs.

libre-ocaml-dev-dbgsym: debug symbols for libre-ocaml-dev