Add ocaml-parmap
[fedora-ocaml-rebuild.git] / Goalfile
index 083aa83..62a0f24 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -6,11 +6,11 @@ let fedora-dir = "%HOME/d/fedora"
 
 let fedora-branch = "rawhide"
 #let fedora-branch = "f34"
-let fedora-tag = "f35-build-side-38024"
+let fedora-tag = "f36-build-side-46495"
 
 # The magic string that must appear in %changelog when the
 # package has been rebuilt.
-let fedora-rebuild-name = "OCaml 4.12.0 build"
+let fedora-rebuild-name = "OCaml 4.13.1 build"
 
 # Packages that are ignored, which means they are treated as if
 # they have been rebuilt.
@@ -105,10 +105,11 @@ let packages = [
     "ocaml-ocplib-endian",
     "ocaml-ocplib-simplex",
     "ocaml-octavius",
-    #"ocaml-odoc",    # Causes dep loop.
+    "ocaml-odoc",
     "ocaml-omake",
     "ocaml-opam-file-format",
     "ocaml-ounit",
+    "ocaml-parmap",
     "ocaml-parsexp",
     "ocaml-pcre",
     "ocaml-perl4caml",
@@ -131,7 +132,6 @@ let packages = [
     "ocaml-ppx-optcomp",
     "ocaml-ppx-sexp-conv",
     "ocaml-ppx-tools",
-    "ocaml-ppx-tools-versioned",
     "ocaml-ppx-variants-conv",
     "ocaml-psmt2-frontend",
     "ocaml-ptmap",
@@ -141,7 +141,6 @@ let packages = [
     "ocaml-react",
     "ocaml-res",
     "ocaml-result",
-    "ocaml-rope",
     "ocaml-SDL",
     "ocaml-sedlex",
     "ocaml-seq",
@@ -178,7 +177,8 @@ let packages = [
     "frama-c",
     "gappalib-coq",
     "graphviz",
-    "haxe",
+    # requires ocaml-ppx-tools-versioned-devel
+    #"haxe",
     "hevea",
     "hivex",
     "laby",
@@ -205,6 +205,8 @@ pure function get-source-packages () returning strings = {
     for f in %packages; do
         if [ -f $f/%fedora-branch/$f.spec ]; then
             echo "$f"
+        elif [ -f $f/%fedora-branch/dead.package ]; then
+            echo "WARNING: $f: is a dead package, ignored" >&2
         else
             echo "$f: package is not checked out locally" >&2
             exit 1