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.2-6.fc44 | - |
| Fedora 43 | 5.0.2-4.fc43 | - |
| Fedora 42 | 5.0.2-2.fc42 | - |
You can contact the maintainers of this package via email at
ocaml-res dash maintainers at fedoraproject dot org.