Paketname | libpcre-ocaml |
Beschreibung | OCaml bindings for PCRE (runtime) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 6.0.1-3 |
Sektion | ocaml |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | ocaml-base-nox-3.11.2, libc6 (>= 2.3), libpcre3 (>= 7.7) |
Empfohlene Pakete | |
Paketbetreuer | Debian OCaml Maintainers |
Quelle | pcre-ocaml |
Paketgröße | 19248 Byte |
Prüfsumme MD5 | 5387a427efd24bf883934c261efc9460 |
Prüfsumme SHA1 | 5b67c3054f6ccb3a899d4e403456a444180203cd |
Prüfsumme SHA256 | 3862b0ff3d38d952594df66d59e332a397d0463e57a93143d9188195b7a29294 |
Link zum Herunterladen | libpcre-ocaml_6.0.1-3_i386.deb |
Ausführliche Beschreibung | 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 confort" through a better API
.
This package contains only the shared runtime stub libraries.
|