pcre-ocaml 7.5.0-3build1 source package in Ubuntu

Changelog

pcre-ocaml (7.5.0-3build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

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

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Downloads

File Size SHA-256 Checksum
pcre-ocaml_7.5.0.orig.tar.bz2 40.2 KiB 671142f40b6d86171cbc067253faadf903019161d57488bd0fb6c5456c2cbd1a
pcre-ocaml_7.5.0-3build1.debian.tar.xz 5.8 KiB bd74828c8da4215d723e9eae17b856c96a017a447210f8fbee330e2025bfa9df
pcre-ocaml_7.5.0-3build1.dsc 2.0 KiB 9cd4d20035a4e25135f6b747b9919ed9af8eb8aa16834341b26f69e8778a3f50

View changes file

Binary packages built by this source

libpcre-ocaml: OCaml bindings for PCRE (runtime)

 This OCaml-library interfaces the PCRE (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.

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

 This OCaml-library interfaces the PCRE (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 PCRE in your programs.