From e98496449fbe9994aaee716a05e8208555e95f5d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 30 Apr 2019 10:01:40 +0100 Subject: [PATCH] Add opam to the package build list. --- fedora_ocaml_rebuild.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 1103ebb..a5645f1 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -52,7 +52,7 @@ let source_packages = " fedora_dir in dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq"; "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex"; - "plplot"; "virt-top"; "why3"; "z3"; + "opam"; "plplot"; "virt-top"; "why3"; "z3"; "flocq" (* no OCaml code, but needs to be rebuilt after Coq *); "guestfs-browser"; "libguestfs" ] -- 1.8.3.1