pcre-ocaml 7.0.2-4 source package in Ubuntu

Changelog

pcre-ocaml (7.0.2-4) unstable; urgency=low


  * Upload to unstable

 -- Stéphane Glondu <email address hidden>  Tue, 03 Dec 2013 08:40:37 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pcre-ocaml_7.0.2-4.dsc 2.1 KiB 0538b729d6c12435ddcc46c61d4b89bf188d613da9363cdc17c005b020d19070
pcre-ocaml_7.0.2.orig.tar.gz 80.0 KiB 052a2fdd8da597724ac8ca474fdd40772b461888e3ff8ef75cc71e43a65766ea
pcre-ocaml_7.0.2-4.debian.tar.gz 6.3 KiB 8d78f489ab7dda2c076556cf60e065771606da21fcb09d6973734ce93bbca86e

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.