[Pkg-ocaml-maint-commits] r2811 - /trunk/packages/mlgmp/trunk/debian/control

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed Jun 7 20:35:15 UTC 2006


Author: treinen
Date: Wed Jun  7 20:35:13 2006
New Revision: 2811

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2811
Log:
add debian/control

Added:
    trunk/packages/mlgmp/trunk/debian/control

Added: trunk/packages/mlgmp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlgmp/trunk/debian/control?rev=2811&op=file
==============================================================================
--- trunk/packages/mlgmp/trunk/debian/control (added)
+++ trunk/packages/mlgmp/trunk/debian/control Wed Jun  7 20:35:13 2006
@@ -1,0 +1,32 @@
+Source: mlgmp
+Priority: optional
+Maintainer: Mike Furr <mfurr at debian.org>
+Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Sylvain L e Gall <sylvain.le-gall at polytechnique.org>
+Build-Depends: ocaml-nox (>= 3.09.2), debhelper (>= 4.0.0), dpatch, libgmp3-dev, libmpfr-dev
+Standards-Version: 3.7.2
+
+Package: libgmp-ocaml
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ocaml-nox-${F:OCamlABI}
+Description: OCaml bindings for the GNU multiprecision arithmetic library
+ This package provides bindings for the GNU multiprecision library 
+ (GNU MP) for the language OCaml (caml.inria.fr).  It is mostly a 1-1 mapping
+ of the C functions into the ocaml namespace, but also includes some
+ infix operators to make for a cleaner syntax.
+ .
+ This package provides the shared library for running applications linked 
+ against libgmp-ocaml
+
+Package: libgmp-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: libgmp-ocaml (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, libgmp3-dev
+Description: OCaml bindings for the GNU multiprecision arithmetic library
+ This package provides bindings for the GNU multiprecision library 
+ (GNU MP) for the language OCaml(caml.inria.fr).  It is mostly a 1-1 mapping
+ of the C functions into the ocaml namespace, but also includes some
+ infix operators to make for a cleaner syntax.
+ .
+ This package provides the static library, ocaml library and interface
+ for developing applications to use libgmp-ocaml




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