Paketname | libpcre-ocaml-dev |
Beschreibung | OCaml bindings for PCRE (Perl Compatible Regular Expression) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 6.0.1-3 |
Sektion | ocaml |
Priorität | optional |
Installierte Größe | 520 Byte |
Hängt ab von | libpcre3-dev, ocaml-findlib, libpcre-ocaml-g7y84, ocaml-nox-3.11.2 |
Empfohlene Pakete | |
Paketbetreuer | Debian OCaml Maintainers |
Quelle | pcre-ocaml |
Paketgröße | 77584 Byte |
Prüfsumme MD5 | 02d57a8c25bfe96018962eecec2e29c9 |
Prüfsumme SHA1 | 0872a07ae46566ebc74bda1364a3e29d938797d6 |
Prüfsumme SHA256 | 10adb769d08311d834ed3dd937f4c6ffd58175fc349048451c735549511f17b5 |
Link zum Herunterladen | libpcre-ocaml-dev_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 all the development stuff you need to use
OCaml PCRE in your programs.
|