pcre-ocaml 7.2.3-2 source package in Ubuntu

Changelog

pcre-ocaml (7.2.3-2) unstable; urgency=medium

  * Add ocamlbuild to Build-Depends

 -- Stéphane Glondu <email address hidden>  Sat, 15 Jul 2017 11:55:07 +0200

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

Downloads

File Size SHA-256 Checksum
pcre-ocaml_7.2.3-2.dsc 2.1 KiB 3f230823ae0f226368e776d6e06d3790099d20f8ade037694d90bf25e3e7da9b
pcre-ocaml_7.2.3.orig.tar.gz 86.2 KiB 6339694dbeb706c5097180ed1d79b2dae681bf155a4780a7909af49b0e6f4666
pcre-ocaml_7.2.3-2.debian.tar.xz 6.0 KiB 1e5b5eb8ce8d43239e20daa524629b14e082f1c4a02994da173ce1acb073de2d

No changes file available.

Binary packages built by this source

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

No description available for libpcre-ocaml in ubuntu artful.

libpcre-ocaml-dbgsym: No summary available for libpcre-ocaml-dbgsym in ubuntu artful.

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

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.