The following commit has been merged in the master branch:
commit 0980262e30f9962f347243c450355b240a68fc6f
Author: Stefano Zacchiroli <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
+Maintainer: Stefano Zacchiroli <[EMAIL PROTECTED]>
+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
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits