[Pkg-ocaml-maint-commits] [SCM] ocamlviz packaging branch, ocamlbuild, updated. upstream/1.01-9-ga90f660

Mehdi Dogguy mehdi at debian.org
Thu Mar 25 23:43:52 UTC 2010


The following commit has been merged in the ocamlbuild branch:
commit 60443ed02ff771e078646fa397ef3624a52a2f7e
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Fri Mar 26 00:31:21 2010 +0100

    Fix META.in

diff --git a/META.in b/META.in
index 3f77304..7e465ca 100644
--- a/META.in
+++ b/META.in
@@ -2,11 +2,13 @@ name = "ocamlviz"
 description = "real-time profiling tools for Objective Caml"
 version = "@VERSION@"
 requires = "unix,threads"
-preprocessor = "camlp4of"
 archive(byte,mt) = "libocamlviz.cma"
 archive(native,mt) = "libocamlviz.cmxa"
-archive(syntax,preprocessor) = "pa_ocamlviz.cmo"
 
-package "syntax" {
-
-}
+package "syntax" (
+    description = "Ocamlviz syntax extension"
+    version = "@VERSION@"
+    requires = "camlp4"
+    preprocessor = "camlp4of"
+    archive(syntax,preprocessor) = "camlp4/pa_ocamlviz.cmo"
+)

-- 
ocamlviz packaging



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