pcre-ocaml 7.5.0-3 source package in Ubuntu
Changelog
pcre-ocaml (7.5.0-3) unstable; urgency=medium [ Stéphane Glondu ] * Use ocaml_dune DH buildsystem [ Debian Janitor ] * Use secure URI in Homepage field * Set upstream metadata fields: Repository-Browse * Update standards version to 4.6.2 * Remove constraints unnecessary since buster (oldstable) -- Stéphane Glondu <email address hidden> Thu, 17 Aug 2023 07:09:10 +0200
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 | |
---|---|---|---|---|
Mantic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pcre-ocaml_7.5.0-3.dsc | 1.8 KiB | 94ad601b7f042aa772a44c20582c7ccfbcca169fc279828acce8254f47918453 |
pcre-ocaml_7.5.0.orig.tar.bz2 | 40.2 KiB | 671142f40b6d86171cbc067253faadf903019161d57488bd0fb6c5456c2cbd1a |
pcre-ocaml_7.5.0-3.debian.tar.xz | 5.8 KiB | a37ae97a36deb25813e5ad429a577216d2373023cd7d6e5efa731b313d76a3b6 |
Available diffs
- diff from 7.5.0-2 to 7.5.0-3 (1.2 KiB)
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-dbgsym: debug symbols for libpcre-ocaml
- 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.