pcre2-ocaml 7.5.2-1 source package in Ubuntu

Changelog

pcre2-ocaml (7.5.2-1) unstable; urgency=medium

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Fri, 08 Sep 2023 05:35:48 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
pcre2-ocaml_7.5.2-1.dsc 1.9 KiB ea9563b8c6e0dc14d0c58459fc6d9bae1666dc98080c9320ee3ba0d731f87be3
pcre2-ocaml_7.5.2.orig.tar.bz2 34.3 KiB da3b9a6e566707c64ab78468fb4c453e930716740e3ae911566f6a378d0562c8
pcre2-ocaml_7.5.2-1.debian.tar.xz 2.2 KiB fd10693be25532745e68e67c60f3e75b496c8addb21ff94e81dd22379b0e3c9c

Available diffs

No changes file available.

Binary packages built by this source

libpcre2-ocaml: OCaml bindings for PCRE2 (runtime)

 This OCaml-library interfaces the PCRE2 (Perl-compatibility
 regular expressions) C library. it can be used for matching
 regular expressions which are written in Perl style.
 .
 Compared with the OCaml standard library "Str" module, this
 library:
  * uses Perl style rather than Emacs one
  * is reentrant and thus thread safe
  * is faster (when compiled to native code is even faster than
    Perl regular expressions)
  * returns data on which you can safely use destructive updates
  * gives more "programming comfort" through a better API
 .
 This package contains only the shared runtime stub libraries.

libpcre2-ocaml-dbgsym: debug symbols for libpcre2-ocaml
libpcre2-ocaml-dev: OCaml bindings for PCRE2 (Perl Compatible Regular Expression)

 This OCaml-library interfaces the PCRE2 (Perl-compatibility
 regular expressions) C library. it can be used for matching
 regular expressions which are written in Perl style.
 .
 Compared with the OCaml standard library "Str" module, this
 library:
  * uses Perl style rather than Emacs one
  * is reentrant and thus thread safe
  * is faster (when compiled to native code is even faster than
    Perl regular expressions)
  * returns data on which you can safely use destructive updates
  * gives more "programming comfort" through a better API
 .
 This package contains all the development stuff you need to use
 OCaml PCRE2 in your programs.