Paketname | libxstr-ocaml-dev |
Beschreibung | OCaml library for frequent string operations |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.2.1-21build1 |
Sektion | universe/libdevel |
Priorität | optional |
Installierte Größe | 376 Byte |
Hängt ab von | ocaml-nox-3.11.2, ocaml-findlib |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | xstr |
Paketgröße | 76748 Byte |
Prüfsumme MD5 | 10c1c25d3fe2d820cea47acd0f40c241 |
Prüfsumme SHA1 | 7128f7a43ed9076c1534c033c167cb0567e6b409 |
Prüfsumme SHA256 | 72f4730a8877b5fe8e0e83502f6098b73903a49837a03bbd733140ae8baba97f |
Link zum Herunterladen | libxstr-ocaml-dev_0.2.1-21build1_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.
|