pcre-ocaml 7.0.4-1 source package in Ubuntu

Changelog

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


  * New upstream release
  * Bump Standards-Version to 3.9.5

 -- Stéphane Glondu <email address hidden>  Mon, 27 Jan 2014 10:24:50 +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
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
pcre-ocaml_7.0.4-1.dsc 2.1 KiB 100e41acbf71fe5bdcff1a7ba202026185b13887d7f8c233b8d81e550e75e7b1
pcre-ocaml_7.0.4.orig.tar.gz 83.0 KiB fc56b0e0f7ab5d159af77d1a51f67d0dd0b86ef30eccc0e9cbef4f79d4a75840
pcre-ocaml_7.0.4-1.debian.tar.xz 5.9 KiB 7dff2a37a42bf525a45a43ff98f39596a0bf5dbc9e381cf0664089e947628b8f

Available diffs

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-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.