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

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


The following commit has been merged in the master branch:
commit 2aa0034f27b406991db0a2e971f9398d35f3242e
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat May 3 11:38:45 2008 +0200

    add stanza for the DLL package

diff --git a/debian/control b/debian/control
index c3b08e9..93a43d4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,14 @@ 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
+Build-Depends: cdbs, debhelper (>= 7), dpatch,
+ ocaml-nox, camlp4, ocaml-findlib
 Standards-Version: 3.7.3
 
 Package: libcore-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}, ${misc:Depends}
+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.
  .
@@ -21,4 +23,27 @@ Description: Jane Street Capital's alternative standard library for OCaml
  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.
+ .
+ This package contains the development stuff you need to use Core in
+ your programs.
 
+Package: libcore-ocaml
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
+ libcore-ocaml (= ${binary:Version}),
+ ${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.
+ .
+ This package contains the runtime stuff you need to run programs using
+ Core.

-- 
core packaging



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