pcre-ocaml 7.2.3-2build1 source package in Ubuntu

Changelog

pcre-ocaml (7.2.3-2build1) bionic; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 27 Oct 2017 11:19:46 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
pcre-ocaml_7.2.3.orig.tar.gz 86.2 KiB 6339694dbeb706c5097180ed1d79b2dae681bf155a4780a7909af49b0e6f4666
pcre-ocaml_7.2.3-2build1.debian.tar.xz 6.0 KiB 9d1dc9a8429e6ce5b5cdca68006112e023d455a42a78ef68691f6930641ffe72
pcre-ocaml_7.2.3-2build1.dsc 2.1 KiB dad73fbf90671d81beba2e0d6cbfc23ccc85949b39249f9f94c918df0785f039

View changes file

Binary packages built by this source

libpcre-ocaml: No summary available for libpcre-ocaml in ubuntu cosmic.

No description available for libpcre-ocaml in ubuntu cosmic.

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.