pcre-ocaml 7.0.4-2 source package in Ubuntu
Changelog
pcre-ocaml (7.0.4-2) unstable; urgency=medium * Team upload. * Fix homepage URL. -- Mehdi Dogguy <email address hidden> Mon, 10 Aug 2015 20:22:12 +0000
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pcre-ocaml_7.0.4-2.dsc | 2.0 KiB | 511552324b1022df2aa4175201a7776380bee4d4e697e9960c3a312718f10a88 |
pcre-ocaml_7.0.4.orig.tar.gz | 83.0 KiB | fc56b0e0f7ab5d159af77d1a51f67d0dd0b86ef30eccc0e9cbef4f79d4a75840 |
pcre-ocaml_7.0.4-2.debian.tar.xz | 6.0 KiB | c9260ee8a803e522cd15cba23a49ce2bc5820446a89c65d8bf6ab287fa4c5c65 |
Available diffs
- diff from 7.0.4-1 to 7.0.4-2 (484 bytes)
No changes file available.
Binary packages built by this source
- libpcre-ocaml: No summary available for libpcre-ocaml in ubuntu wily.
No description available for libpcre-ocaml in ubuntu wily.
- libpcre-ocaml-dbgsym: No summary available for libpcre-ocaml-dbgsym in ubuntu wily.
No description available for libpcre-
ocaml-dbgsym in ubuntu wily.
- 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.