Skip to content

Commit

Permalink
Merge pull request #22602 from kit-ty-kate/fix-142
Browse files Browse the repository at this point in the history
dns < 6.0.0 is not compatible with OCaml 5.0
  • Loading branch information
kit-ty-kate committed Dec 2, 2022
2 parents 29869b0 + 28d0a46 commit 34576e6
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion packages/dns/dns.0.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"base-bytes"
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.14.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"base-bytes"
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.14.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"base-bytes"
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.15.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build: [
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "dns"]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"base-bytes"
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.15.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build: [
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "dns"]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"base-bytes"
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.15.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "dns"]

depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"ocamlfind" {build}
"base-bytes"
"lwt" {>= "2.4.7" & < "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.15.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build: [
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "dns"]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"ocamlfind" {build}
"base-bytes"
"lwt" {>= "2.4.7" & < "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.16.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "dns"]

depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"ocamlfind" {build}
"base-bytes"
"lwt" {>= "2.4.7" & < "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.17.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "dns"]

depends: [
"ocaml" {>= "4.02.0"}
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"base-bytes"
"lwt" {>= "2.4.7" & < "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.18.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "dns"]

depends: [
"ocaml" {>= "4.02.0"}
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"base-bytes"
"lwt" {>= "2.4.7" & < "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.18.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: [
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "dns"]
depends: [
"ocaml" {>= "4.02.0"}
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"base-bytes"
"lwt" {>= "2.4.7" & < "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.19.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "dns"]

depends: [
"ocaml" {>= "4.02.0"}
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"base-bytes"
"lwt" {>= "2.4.7" & < "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.19.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ build: [
["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.8.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.20.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ build: [
["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.8.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.20.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build: [
["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.8.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"cstruct" {>= "0.5.0" & < "0.6.0"}
"lwt" {< "3.0.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.0.0"}
"ocaml" {>= "4.0.0" & < "5.0"}
"cstruct" {>= "0.5.1" & < "0.6.0"}
"ocamlfind"
"cryptokit"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"cstruct" {>= "0.5.1" & < "0.6.0"}
"ocamlfind"
"cryptokit"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml"
"ocaml" {< "5.0"}
"cstruct" {>= "0.6.0" & < "1.0.0"}
"ocamlfind"
"cryptokit"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.1" & < "3.0.0"}
"cstruct" {>= "0.6.0" & < "1.0.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.6.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.1" & < "3.0.0"}
"cstruct" {>= "0.6.0" & < "1.0.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.1" & < "3.0.0"}
"cstruct" {>= "0.7.1" & < "1.0.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.8.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.0.9.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: [
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"ocaml" {>= "4.00.0"}
"ocaml" {>= "4.00.0" & < "5.0"}
"lwt" {>= "2.4.3" & < "3.0.0"}
"cstruct" {>= "1.0.1" & < "1.6.0"}
"ocamlfind"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.1.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build: [
]

depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.03.0" & < "5.0"}
"base-bytes"
"jbuilder" {>= "1.0+beta9"}
"cstruct" {>= "3.0.2" & < "6.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.1.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ homepage: "https://github.com/mirage/ocaml-dns"
doc: "https://mirage.github.io/ocaml-dns/"
bug-reports: "https://github.com/mirage/ocaml-dns/issues"
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.03.0" & < "5.0"}
"dune"
"cstruct" {>= "3.0.2" & < "6.0.0"}
"ppx_cstruct"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.1.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ homepage: "https://github.com/mirage/ocaml-dns"
doc: "https://mirage.github.io/ocaml-dns/"
bug-reports: "https://github.com/mirage/ocaml-dns/issues"
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.03.0" & < "5.0"}
"dune"
"cstruct" {>= "3.0.2" & < "6.0.0"}
"ppx_cstruct"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.1.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ homepage: "https://github.com/mirage/ocaml-dns"
doc: "https://mirage.github.io/ocaml-dns/"
bug-reports: "https://github.com/mirage/ocaml-dns/issues"
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.03.0" & < "5.0"}
"dune" {>= "1.2"}
"cstruct" {>= "3.0.2" & < "6.0.0"}
"ppx_cstruct"
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns/dns.4.6.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-2-Clause"

depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.0"}
"rresult" "astring" "fmt" "logs" "ptime"
"domain-name" {>= "0.3.0"}
"gmap" {>= "0.3.0"}
Expand Down
Loading

0 comments on commit 34576e6

Please sign in to comment.