1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: ocaml-res
Section: devel
Priority: extra
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stefano Zacchiroli <zack@debian.org>
Build-Depends: cdbs, debhelper (>= 7),
ocaml-nox, ocaml-findlib
Standards-Version: 3.7.3
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-res.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-res.git
Homepage: http://www.ocaml.info/home/ocaml_sources.html
Package: libres-ocaml-dev
Architecture: any
Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
${shlibs:Depends}, ${misc:Depends}
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.
|