pcre-ocaml 7.0.2-2 source package in Ubuntu
Changelog
pcre-ocaml (7.0.2-2) unstable; urgency=low * Remove META from -dev (it is installed by -ocaml) -- Stéphane Glondu <email address hidden> Thu, 09 May 2013 08:19:33 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pcre-ocaml_7.0.2-2.dsc | 2.1 KiB | e5234450395bab506d1121004dfef099601ee8b556a8d5b1ea8c05681ed70b85 |
pcre-ocaml_7.0.2.orig.tar.gz | 80.0 KiB | 052a2fdd8da597724ac8ca474fdd40772b461888e3ff8ef75cc71e43a65766ea |
pcre-ocaml_7.0.2-2.debian.tar.gz | 6.3 KiB | d7e0a2f36bde08ddf9d4cc83287c24628894839210793b32fb7a91494f0dee9d |
Available diffs
- diff from 6.2.5-1 to 7.0.2-2 (99.5 KiB)
- diff from 7.0.2-1 to 7.0.2-2 (409 bytes)
No changes file available.
Binary packages built by this source
- libpcre-ocaml: No summary available for libpcre-ocaml in ubuntu saucy.
No description available for libpcre-ocaml in ubuntu saucy.
- 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.