Paketname | libxstr-ocaml-dev |
Beschreibung | OCaml library for frequent string operations |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.2.1-21+b1 |
Sektion | ocaml |
Priorität | optional |
Installierte Größe | 376 Byte |
Hängt ab von | ocaml-nox-3.11.2, ocaml-findlib |
Empfohlene Pakete | |
Paketbetreuer | Debian OCaml Maintainers |
Quelle | xstr (0.2.1-21) |
Paketgröße | 78536 Byte |
Prüfsumme MD5 | 0e89fdfc30a7b31c7f3af1c87d3aa0fe |
Prüfsumme SHA1 | 636c5bee766cb80529251c43afd87dd361a97cce |
Prüfsumme SHA256 | e6e4e0a3c8db4f9ee76469c1afdc34b385510fc9e1722a44a86092255954b750 |
Link zum Herunterladen | libxstr-ocaml-dev_0.2.1-21+b1_i386.deb |
Ausführliche Beschreibung | xstr is an OCaml library for string operations.
.
This package implements frequent string operations: searching,
replacing, splitting, matching. It is independent from the Str library,
and can replace Str in many cases. Unlike Str, xstr is thread-safe.
xstr does not implement regular expressions in general, but an
important subset. Some operations of xstr are performed as quickly as
by Str; if the string to be processed is small, xstr is often faster
than Str; if the string is big, xstr is up to half as fast than Str.
|