[Pkg-ocaml-maint-commits] [SCM] ceve packaging branch, master, updated. eb4fb9a969b7336149caf5b5bb51235fc67e2406

Stefano Zacchiroli zack at upsilon.cc
Tue Jun 3 12:12:36 UTC 2008


The following commit has been merged in the master branch:
commit 6f7e8ec5594177990a9659f1f745f058deaba2ca
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Jun 3 14:07:22 2008 +0200

    debian/control draft

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..93dad9f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: ceve
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: cdbs, debhelper (>= 7),
+ ocaml-nox, ocaml-findlib,
+ libdose2-ocaml-dev,
+ libexpat-ocaml-dev
+Standards-Version: 3.7.3
+Homepage: http://sodiac.gforge.inria.fr/
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ceve.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ceve.git
+
+Package: ceve
+Architecture: any
+Depends: ${F:OCamlInterpDepends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: utility to parse package dependencies as set of constraints
+ Ceve is a command line utility used to parse package metadata
+ information (in particular package interrelationships such as
+ dependencies) and convert them to set of constraints that need to
+ be satisfied by a proper package installation.
+ .
+ Supported input formats for package metadata are:
+  * .deb packages
+  * Debian package lists (i.e. as in Packages.gz)
+  * .rpm packages
+  * RPM package lists
+  * EGraph (XML based format, derived from GraphML)
+ .
+ Supported output formats for set of constraints are:
+  * pretty printed format for human consumption
+  * EGraph
+  * Dose base, suitable as input for the Pkglab tool
+  * Oz (a programming language supporting constraint programming)
+  * Graphviz
+  * Tart, suitable as input for the Tart media partitioner
+

-- 
ceve packaging



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