pcre2-ocaml 7.5.2-1build1 source package in Ubuntu

Changelog

pcre2-ocaml (7.5.2-1build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 02 Nov 2023 23:10:13 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pcre2-ocaml_7.5.2.orig.tar.bz2 34.3 KiB da3b9a6e566707c64ab78468fb4c453e930716740e3ae911566f6a378d0562c8
pcre2-ocaml_7.5.2-1build1.debian.tar.xz 2.3 KiB 28b1c54f7b39a5fc7eb5bc5778892e3791c231b7355ab59515479c2414c203aa
pcre2-ocaml_7.5.2-1build1.dsc 2.1 KiB a10949cd732a2250abcb1d047b7e8dd6daf7981d6fa111f19a096e1fae09d044

View changes file

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.