[Pkg-ocaml-maint-commits] [SCM] type-conv packaging branch, master, updated. 7b8896d594d98041cfac30837687f8b06af3b3fc

Stefano Zacchiroli zack at upsilon.cc
Sun May 4 13:28:57 UTC 2008


The following commit has been merged in the master branch:
commit 8cb180a0fba3a9fdc2f0f129e4507548de7484c2
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun May 4 15:20:55 2008 +0200

    draft debian/control

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d213604
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: type-conv
+Section: devel
+Priority: extra
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>, Sylvain Le Gall <gildor at debian.org>
+Build-Depends: cdbs, debhelper (>= 7),
+ ocaml-nox, ocaml-findlib,
+ camlp4
+Standards-Version: 3.7.3
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/type-conv.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/type-conv.git
+Homepage: http://www.janestcapital.com/ocaml/
+
+Package: libtype-conv-camlp4-dev
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
+ camlp4,
+ ${shlibs:Depends}, ${misc:Depends}
+Description: support library for OCaml preprocessor type conversions
+ The type-conv library factors out functionality needed by different
+ CamlP4 extensions that generate code from type specifications.
+ .
+ CamlP4 extensions adding support for some trailing "with foo" (e.g.
+ "with sexplib" provided by sexplib, and "with bin_io" provided by
+ bin-prot) after type declaration can rely on type-conv.

-- 
type-conv packaging



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