Source: ocaml-res Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Build-Depends: debhelper-compat (= 12), ocaml-nox, ocaml-dune, dh-ocaml Standards-Version: 4.5.0 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-res Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-res.git Homepage: https://mmottl.github.io/res/ Package: libres-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: OCaml library for automatically resizing contiguous data structure 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.