pcre2-ocaml 7.5.2-1build2 source package in Ubuntu

Changelog

pcre2-ocaml (7.5.2-1build2) oracular; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Fri, 09 Aug 2024 14:24:40 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular 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-1build2.debian.tar.xz 2.3 KiB 24adfd9792bfc628a45e84ecb4e04b352e738e784571f58f7b2cfef010cdb2a0
pcre2-ocaml_7.5.2-1build2.dsc 2.1 KiB 8017d7a788da81ff570570017af010d5da7d8b7d4e1b8a0d5adf34d52f3993df

Available diffs

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.