Source: ocaml-res Section: ocaml Priority: extra Maintainer: Debian OCaml Maintainers Uploaders: Lifeng Sun Build-Depends: debhelper (>= 9), dh-ocaml (>= 0.9), ocaml-nox (>= 4), ocamlbuild, ocaml-findlib (>= 1.4) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-res.git Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-res.git Homepage: https://bitbucket.org/mmottl/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.