pcre-ocaml 7.4.6-1build2 source package in Ubuntu

Changelog

pcre-ocaml (7.4.6-1build2) jammy; urgency=medium

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Mon, 24 Jan 2022 17:21:42 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pcre-ocaml_7.4.6.orig.tar.gz 46.3 KiB 316727e0d8ee8e20c129025fb4e3b6435027f487ec069b1e06e50f557f16569a
pcre-ocaml_7.4.6-1build2.debian.tar.xz 5.8 KiB 972c726a01705a071fe2bb53efd1d60a6b07056de7d5126f6abcc69352888f00
pcre-ocaml_7.4.6-1build2.dsc 2.1 KiB ca9b89c2f2507571a6f1608e2cb2441cbe8aa1330349bf79e797d97d531a1895

Available diffs

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.