this repo has no description

Merge pull request #18856 from kit-ty-kate/fix-26

uucp: Add missing constraint

Kate ce8fbb1e 894cd7a2

Changed files
+5 -5
packages
uucp
uucp.10.0.0
uucp.10.0.1
uucp.11.0.0
uucp.12.0.0
uucp.13.0.0
+1 -1
packages/uucp/uucp.10.0.0/opam
···
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"topkg" {build}
+
"topkg" {build & >= "0.9.0"}
"uchar"
"uucd" {with-test}
"uunf" {with-test}
+1 -1
packages/uucp/uucp.10.0.1/opam
···
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"topkg" {build}
+
"topkg" {build & >= "0.9.0"}
"uchar"
"uucd" {with-test}
"uunf" {with-test}
+1 -1
packages/uucp/uucp.11.0.0/opam
···
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"topkg" {build}
+
"topkg" {build & >= "0.9.0"}
"uchar"
"uucd" {with-test}
"uunf" {with-test}
+1 -1
packages/uucp/uucp.12.0.0/opam
···
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"topkg" {build}
+
"topkg" {build & >= "0.9.0"}
"uchar"
"uucd" {with-test} # dev really
"uunf" {with-test}
+1 -1
packages/uucp/uucp.13.0.0/opam
···
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
-
"topkg" {build}
+
"topkg" {build & >= "0.9.0"}
"uucd" {with-test} # dev really
"uunf" {with-test}
"uutf" {with-test}