pcre-ocaml 7.4.3-1 source package in Ubuntu

Changelog

pcre-ocaml (7.4.3-1) unstable; urgency=medium

  * New upstream release
  * Update debian/watch
  * Update Vcs-*
  * Bump debhelper compat level to 12
  * Bump Standards-Version to 4.5.0
  * Add Rules-Requires-Root: no

 -- Stéphane Glondu <email address hidden>  Wed, 29 Jan 2020 09:23:17 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel

Downloads

File Size SHA-256 Checksum
pcre-ocaml_7.4.3-1.dsc 1.8 KiB a47c363f312d20e298d4032c81a6b7f1188b292341f74bfb901764f9c2da465b
pcre-ocaml_7.4.3.orig.tar.gz 46.2 KiB c5001609010edbc4ece8ac4e3666560b201199f748a2e6139d13fc1fb86b4331
pcre-ocaml_7.4.3-1.debian.tar.xz 5.8 KiB 0813b33d4e2e5a31d5be458eaaceee578903c70d87b8e8195e2007794c98dd4e

No changes file available.

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: No summary available for libpcre-ocaml-dbgsym in ubuntu groovy.

No description available for libpcre-ocaml-dbgsym in ubuntu groovy.

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.