[Pkg-ocaml-maint-commits] [SCM] core packaging branch, master, updated. 0f92ab7e6655a36e8f3680474164a91ae1f15e51

Stefano Zacchiroli zack at upsilon.cc
Sat May 3 09:40:39 UTC 2008


The following commit has been merged in the master branch:
commit 9d3ecf6e9e4303dabb5b96cd3c54a23ea6342575
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat May 3 11:31:14 2008 +0200

    draft debian/control
    
    (might be missing some build-deps)

diff --git a/debian/control b/debian/control
index 983ae56..c3b08e9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,24 @@
 Source: core
-Section: unknown
-Priority: extra
-Maintainer: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.7.2
+Section: libdevel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: ocaml-nox, ocaml-findlib, cdbs, debhelper (>= 7), dpatch
+Standards-Version: 3.7.3
 
-Package: core
+Package: libcore-ocaml-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}, ${misc:Depends}
+Description: Jane Street Capital's alternative standard library for OCaml
+ Core is Jane Street Capital's alternative standard library for OCaml.
+ .
+ Core does a number of things: it provides tail recursive versions of
+ non tail recursive functions in the standard library; changes the
+ signature of many of the standard modules; includes generic
+ serialization for most types, and adds some entirely new modules and
+ new functionality within existing modules.
+ .
+ Beware: Core extends some functionality from OCaml's standard
+ library, and outright changes or replaces other. The goal is not to
+ preserve complete compatibility with the standard.
+

-- 
core packaging



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