this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Constrain topkg < 1.0.6 to OCaml < 5.0

authored by

Kate and committed by
GitHub
245530a0 68a31fba

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