Paketname | libres-ocaml-dev |
Beschreibung | OCaml library for automatically resizing contiguous data structure |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 3.2.0-2+b1 |
Sektion | ocaml |
Priorität | extra |
Installierte Größe | 1496 Byte |
Hängt ab von | ocaml-nox-3.11.2 |
Empfohlene Pakete | ocaml-findlib |
Paketbetreuer | Debian OCaml Maintainers |
Quelle | ocaml-res (3.2.0-2) |
Paketgröße | 166124 Byte |
Prüfsumme MD5 | 301a12d1f2d6225bed4c324af3552e1c |
Prüfsumme SHA1 | 41d2b8579806673d85af76cf3ba737f803f88546 |
Prüfsumme SHA256 | db4f4db8aaf8eb1d874b8b308e1c378e4d95d7b3170e81056ccb6ad7eba3072b |
Link zum Herunterladen | libres-ocaml-dev_3.2.0-2+b1_i386.deb |
Ausführliche Beschreibung | This OCaml library consists of a set of modules which implement
automatically resizing (i.e. reallocating) data structures that consume
a contiguous part of memory.
.
This allows appending and removing of elements to/from arrays (both
boxed and unboxed), strings (i.e. buffers), bit strings and weak arrays
while still maintaining fast constant-time access to elements.
.
There are also functors that allow the generation of similar modules
which use different reallocation strategies.
|