[Pkg-ocaml-maint-commits] [SCM] res packaging branch, master, updated. 2110c4ba4c4cf45afc59014f02845ff6dbdd965b

Stefano Zacchiroli zack at upsilon.cc
Sun May 4 09:17:12 UTC 2008


The following commit has been merged in the master branch:
commit 0980262e30f9962f347243c450355b240a68fc6f
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun May 4 10:17:37 2008 +0200

    draft debian/control

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ff81ef5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: res
+Section: devel
+Priority: extra
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Maintainer: Stefano Zacchiroli <zack at 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/res.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/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.

-- 
res packaging



More information about the Pkg-ocaml-maint-commits mailing list