this repo has no description

Merge pull request #26432 from dinosaure/dns-lower-bounds

Add some upper-bounds about letsencrypt and dns.9.0.0

Changed files
+8 -8
packages
letsencrypt
letsencrypt.0.1.0
letsencrypt.0.1.1
letsencrypt.0.2.0
letsencrypt.0.2.1
letsencrypt.0.2.2
letsencrypt.0.2.3
letsencrypt.0.2.4
letsencrypt.0.2.5
+1 -1
packages/letsencrypt/letsencrypt.0.1.0/opam
···
"x509" {>= "0.8.1" & < "0.10.0"}
"yojson" {>= "1.6.0"}
"ounit" {with-test}
-
"dns"
+
"dns" {< "9.0.0"}
"dns-tsig"
"ptime"
"bos"
+1 -1
packages/letsencrypt/letsencrypt.0.1.1/opam
···
"x509" {>= "0.9.0" & < "0.10.0"}
"yojson" {>= "1.6.0"}
"ounit" {with-test}
-
"dns"
+
"dns" {< "9.0.0"}
"dns-tsig"
"ptime"
"bos"
+1 -1
packages/letsencrypt/letsencrypt.0.2.0/opam
···
"x509" {>= "0.9.0" & < "0.10.0"}
"yojson" {>= "1.6.0"}
"ounit" {with-test}
-
"dns"
+
"dns" {< "9.0.0"}
"dns-tsig"
"ptime"
"bos"
+1 -1
packages/letsencrypt/letsencrypt.0.2.1/opam
···
"x509" {>= "0.10.0" & < "0.11.0"}
"yojson" {>= "1.6.0"}
"ounit" {with-test}
-
"dns"
+
"dns" {< "9.0.0"}
"dns-tsig"
"ptime"
"bos"
+1 -1
packages/letsencrypt/letsencrypt.0.2.2/opam
···
"x509" {>= "0.11.0" & < "0.12.0"}
"yojson" {>= "1.6.0"}
"ounit" {with-test}
-
"dns"
+
"dns" {< "9.0.0"}
"dns-tsig"
"ptime"
"bos"
+1 -1
packages/letsencrypt/letsencrypt.0.2.3/opam
···
"x509" {>= "0.11.0" & < "0.12.0"}
"yojson" {>= "1.6.0"}
"ounit" {with-test}
-
"dns"
+
"dns" {< "9.0.0"}
"dns-tsig"
"ptime"
"bos"
+1 -1
packages/letsencrypt/letsencrypt.0.2.4/opam
···
"x509" {>= "0.11.0" & < "0.13.0"}
"yojson" {>= "1.6.0"}
"ounit" {with-test}
-
"dns"
+
"dns" {< "9.0.0"}
"dns-tsig"
"ptime"
"bos"
+1 -1
packages/letsencrypt/letsencrypt.0.2.5/opam
···
"x509" {>= "0.13.0"}
"yojson" {>= "1.6.0"}
"ounit" {with-test}
-
"dns"
+
"dns" {< "9.0.0"}
"dns-tsig"
"ptime"
"bos"