Add more OCaml packages.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 28 Mar 2020 09:36:30 +0000 (09:36 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 28 Mar 2020 09:36:30 +0000 (09:36 +0000)
Goalfile

index 650f211..ea70faa 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -25,23 +25,16 @@ let fedora-ignored = [
 
 # All OCaml-related source package names
 let other-packages = [
-    "alt-ergo", "apron", "brltty",
-    "graphviz", "hevea", "hivex",
-    "libguestfs", "libnbd",
+    "alt-ergo", "apron", "brltty", "coccinelle",
+    "graphviz", "haxe", "hevea", "hivex",
+    "laby", "libguestfs", "libnbd", "opam",
     "virt-top", "virt-v2v",
     "z3",
 
-    # no OCaml code, but needs to be rebuilt after Coq
-    #"flocq"
-
-    # Coq problems:
-    # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/6I2CB4KNAZXH6TKX5WQZJ3ZQGBIOCNJK/
-    # "coq", "frama-c", "gappalib-coq",
-    # "why3", "zenon",
-    # "flocq",
-
-    # Coccinelle uses -unsafe-string.
-    # "coccinelle",
+    # For Coq:
+    "coq", "frama-c",
+    "why3", "zenon",
+    "flocq",
 
     # Causes a cyclic dependency between libnbd <-> nbdkit.  We need
     # to fix this in goals itself, but in the meantime disable nbdkit
@@ -50,9 +43,6 @@ let other-packages = [
 
     # https://bugzilla.redhat.com/show_bug.cgi?id=1797853
     # "plplot",
-
-    # FTBFS because of a missing dependency.
-    # "opam",
 ]
 
 pure function get-source-packages () returning strings = {