pcre-ocaml 7.0.4-2build1 source package in Ubuntu
Changelog
pcre-ocaml (7.0.4-2build1) xenial; urgency=medium * No-change rebuild against ocaml 4.02. -- Łukasz 'sil2100' Zemczak <email address hidden> Tue, 03 Nov 2015 15:03:49 -0600
Upload details
- Uploaded by:
- Łukasz Zemczak
- Uploaded to:
- Xenial
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pcre-ocaml_7.0.4.orig.tar.gz | 83.0 KiB | fc56b0e0f7ab5d159af77d1a51f67d0dd0b86ef30eccc0e9cbef4f79d4a75840 |
pcre-ocaml_7.0.4-2build1.debian.tar.xz | 6.1 KiB | 2bcb6a601fc224a09ec4b2f7b73209ac5a6aa382f51639e5ffaa729020d1e712 |
pcre-ocaml_7.0.4-2build1.dsc | 1.7 KiB | 813601a033304240f49d059d3a7fffb04c84e3346563a6b8fca74f336f381c30 |
Available diffs
- diff from 7.0.4-2 (in Debian) to 7.0.4-2build1 (325 bytes)
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-dbgsym: No summary available for libpcre-ocaml-dbgsym in ubuntu yakkety.
No description available for libpcre-
ocaml-dbgsym in ubuntu yakkety.
- 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.