Parcourir la source

Fix opam file

Bad opam file format prevents dependencies from being installed.
Leo il y a 8 ans
Parent
commit
71299ecdda
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      opam

+ 1 - 1
opam

@@ -19,7 +19,7 @@ install: [make "install"]
 remove: ["ocamlfind" "remove" "oclaunch"]
 depends: [
   "ocamlbuild"
-  "atdgen" {>= "1.9.1"} { build }
+  "atdgen" { build & >= "1.9.1" }
   "yojson"
   "base-threads"
   "core" {>= "112.35.00"}