OCaml library for resizing arrays and strings
This OCaml-library consists of a set of modules which implement automatically resizing (= reallocating) datastructures that consume a contiguous part of memory. This allows appending and removing of elements to/from arrays (both boxed and unboxed), strings (-> 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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 5.0.1-17.fc41 | - |
Fedora 41 | 5.0.1-17.fc41 | - |
Fedora 40 | 5.0.1-14.fc40 | - |
Fedora 39 | 5.0.1-8.fc39 | - |
You can contact the maintainers of this package via email at
ocaml-res dash maintainers at fedoraproject dot org
.