[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml branch, master, updated. debian/2.4.3-1-3-g743fa5f

Stephane Glondu steph at glondu.net
Fri Jul 26 20:36:48 UTC 2013


The following commit has been merged in the master branch:
commit 4aed767cd0b3e8a75cffca451e50ddc4187b4b60
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jul 26 21:50:23 2013 +0200

    Compile with OCaml >= 4

diff --git a/debian/control b/debian/control
index a46cb5e..26f3942 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends:
  debhelper (>= 8),
  dh-ocaml (>= 0.9),
  libev-dev,
- ocaml-findlib,
+ ocaml-findlib (>= 1.4),
  libfindlib-ocaml-dev,
  libssl-ocaml-dev (>= 0.4.3-3~),
  liblablgtk2-ocaml-dev (>= 2.12.0-4~),
@@ -14,7 +14,7 @@ Build-Depends:
  libtext-ocaml-dev (>= 0.4),
  camlp4,
  ocaml-compiler-libs,
- ocaml-nox (>= 3.12),
+ ocaml-nox (>= 4),
 # Needed for debian/modules.ml script
  libpcre-ocaml-dev,
  libfileutils-ocaml-dev

-- 
Cooperative light-weight thread library for OCaml



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