this repo has no description

Merge pull request #22450 from kit-ty-kate/fix-158

Constrain topkg < 1.0.6 to OCaml < 5.0

Kate 245530a0 68a31fba

Changed files
+3 -3
packages
topkg
topkg.1.0.3
topkg.1.0.4
topkg.1.0.5
+1 -1
packages/topkg/topkg.1.0.3/opam
···
bug-reports: "https://github.com/dbuenzli/topkg/issues"
tags: ["packaging" "ocamlbuild" "org:erratique"]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild" ]
build: [[
+1 -1
packages/topkg/topkg.1.0.4/opam
···
bug-reports: "https://github.com/dbuenzli/topkg/issues"
license: ["ISC"]
tags: ["packaging" "ocamlbuild" "org:erratique"]
-
depends: ["ocaml" {>= "4.03.0"}
+
depends: ["ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild"]
build: [["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name
+1 -1
packages/topkg/topkg.1.0.5/opam
···
bug-reports: "https://github.com/dbuenzli/topkg/issues"
license: ["ISC"]
tags: ["packaging" "ocamlbuild" "org:erratique"]
-
depends: ["ocaml" {>= "4.05.0"}
+
depends: ["ocaml" {>= "4.05.0" & < "5.0"}
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild"]
build: [["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name