this repo has no description

Merge pull request #19160 from dra27/depext-disable

Add missing opam constraint to recent depext releases

Changed files
+2 -2
packages
opam-depext
opam-depext.1.1.4
opam-depext.1.1.5
+1 -1
packages/opam-depext/opam-depext.1.1.4/opam
···
homepage: "https://github.com/ocaml/opam-depext"
bug-reports: "https://github.com/ocaml/opam-depext/issues"
depends: ["ocaml" {>= "4.00"}]
-
available: opam-version >= "2.0.0~beta5"
+
available: opam-version >= "2.0.0~beta5" & opam-version < "2.1"
flags: plugin
build: make
dev-repo: "git+https://github.com/ocaml/opam-depext.git#2.0"
+1 -1
packages/opam-depext/opam-depext.1.1.5/opam
···
homepage: "https://github.com/ocaml/opam-depext"
bug-reports: "https://github.com/ocaml/opam-depext/issues"
depends: ["ocaml" {>= "4.00"}]
-
available: opam-version >= "2.0.0~beta5"
+
available: opam-version >= "2.0.0~beta5" & opam-version < "2.1"
flags: plugin
build: make
dev-repo: "git+https://github.com/ocaml/opam-depext.git#2.0"