ocaml-re 1.10.4-1 source package in Ubuntu

Changelog

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

  [ Stéphane Glondu ]
  * Team upload
  * New upstream release

  [ Debian Janitor ]
  * Set upstream metadata fields
  * Update standards version to 4.6.1

 -- Stéphane Glondu <email address hidden>  Mon, 23 Jan 2023 11:09:45 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-re_1.10.4-1.dsc 1.7 KiB f14e5efa67ecc9c5ca19f9a9b5fe6f2f78b058ed6ff9bb5b169e91ecf347784f
ocaml-re_1.10.4.orig.tar.bz2 81.0 KiB 83eb3e4300aa9b1dc7820749010f4362ea83524742130524d78c20ce99ca747c
ocaml-re_1.10.4-1.debian.tar.xz 2.3 KiB e96167d9032572f0189ac4292db3eafd4951bc30fd6fada0acf1f6209763e986

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