[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml branch, experimental/master, updated. debian/1.1.0+darcs20090806-2-2-gf495aa0
Stephane Glondu
steph at glondu.net
Sun Aug 30 17:23:17 UTC 2009
The following commit has been merged in the experimental/master branch:
commit 02d862e609bd2e5fd6decfe274382246f4183a61
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Aug 30 19:09:54 2009 +0200
Fix META.in so that lwt exists on bytecode architectures
diff --git a/META.in b/META.in
index 0de6b2d..df07c19 100644
--- a/META.in
+++ b/META.in
@@ -3,7 +3,7 @@
description = "Lightweight thread library for OCaml (core library)"
requires = "unix react"
version = "@VERSION@"
-exists_if = "lwt.cmo,lwt.cmx,lwt.cmxs"
+exists_if = "lwt.cma,lwt.cmxa,lwt.cmxs"
archive(byte) = "lwt.cma"
archive(native) = "lwt.cmxa"
archive(toploop,byte) += "simple_top.cma"
--
Cooperative light-weight thread library for OCaml
More information about the Pkg-ocaml-maint-commits
mailing list