Paketname | libres-ocaml-dev |
Beschreibung | OCaml library for automatically resizing contiguous data structure |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 3.2.0-2build1 |
Sektion | universe/devel |
Priorität | extra |
Installierte Größe | 1496 Byte |
Hängt ab von | ocaml-nox-3.11.2 |
Empfohlene Pakete | ocaml-findlib |
Paketbetreuer | Ubuntu Developers |
Quelle | ocaml-res |
Paketgröße | 166264 Byte |
Prüfsumme MD5 | 21a2f837c91fe97ed3178b983624c350 |
Prüfsumme SHA1 | 999062b70cf62b77c6355592a067ff641b46f901 |
Prüfsumme SHA256 | ad50aa8bbf1109ac769626c941aa1528d8c4bfa4caf8562411f7a961978b3bd5 |
Link zum Herunterladen | libres-ocaml-dev_3.2.0-2build1_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.
|