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

Mike Furr mfurr at costa.debian.org
Wed Jan 18 18:55:03 UTC 2006


Author: mfurr
Date: 2006-01-18 18:55:03 +0000 (Wed, 18 Jan 2006)
New Revision: 2525

Added:
   trunk/packages/mlgmp/trunk/debian/control.in
   trunk/packages/mlgmp/trunk/debian/libgmp-ocaml.files.in
Log:
fogot these


Added: trunk/packages/mlgmp/trunk/debian/control.in
===================================================================
--- trunk/packages/mlgmp/trunk/debian/control.in	2006-01-18 18:54:05 UTC (rev 2524)
+++ trunk/packages/mlgmp/trunk/debian/control.in	2006-01-18 18:55:03 UTC (rev 2525)
@@ -0,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 (>= #OCamlABI#), debhelper (>= 4.0.0), dpatch, libgmp3-dev, libmpfr-dev
+Standards-Version: 3.6.1
+
+Package: libgmp-ocaml
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ocaml-nox-${F:OCamlABI}
+Description: O'Caml bindings for the GNU multiprecision arithmetic library
+ This package provides bindings for the GNU multiprecision library 
+ (GNU MP) for the language O'Caml(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: O'Caml bindings for the GNU multiprecision arithmetic library
+ This package provides bindings for the GNU multiprecision library 
+ (GNU MP) for the language O'Caml(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

Added: trunk/packages/mlgmp/trunk/debian/libgmp-ocaml.files.in
===================================================================
--- trunk/packages/mlgmp/trunk/debian/libgmp-ocaml.files.in	2006-01-18 18:54:05 UTC (rev 2524)
+++ trunk/packages/mlgmp/trunk/debian/libgmp-ocaml.files.in	2006-01-18 18:55:03 UTC (rev 2525)
@@ -0,0 +1,2 @@
+usr/lib/ocaml/#OCamlABI#/stublibs/
+




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