pcre-ocaml 6.2.3-1 source package in Ubuntu

Changelog

pcre-ocaml (6.2.3-1) unstable; urgency=low

  * New upstream release
    - drop Change-position-of-flag-lpcre.patch since it seems to have
      been addressed upstream
  * Bump Standards-Version to 3.9.2 (no changes)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 Dec 2011 11:02:42 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe devel

Downloads

File Size SHA-256 Checksum
pcre-ocaml_6.2.3.orig.tar.gz 59.1 KiB c8fd058af0be83af43345de1259d951b054bf24bd91cc519e37da3ee0e3e425c
pcre-ocaml_6.2.3-1.debian.tar.gz 7.1 KiB 00754c3f5cce459585f83e79f9a630435ac8750f6a90832a31e2a97b7bc5f19e
pcre-ocaml_6.2.3-1.dsc 2.1 KiB 47df73e09f534f9287be78738263faee3748bda9f6cffd68562d03435f2083e3

Available diffs

View changes file

Binary packages built by this source

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

No description available for libpcre-ocaml in ubuntu quantal.

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.