this repo has no description

Merge pull request #26180 from mseri/fix-async_ssl

async_ssl needs a lower bound on ctypes-foreign

Changed files
+4 -4
packages
async_ssl
async_ssl.v0.15.0
async_ssl.v0.16.0
async_ssl.v0.16.1
async_ssl.v0.17.0
+1 -1
packages/async_ssl/async_ssl.v0.15.0/opam
···
"stdio" {>= "v0.15" & < "v0.16"}
"conf-libssl"
"ctypes" {>= "0.18.0"}
-
"ctypes-foreign"
+
"ctypes-foreign" {>= "0.18.0"}
"dune" {>= "2.0.0"}
"dune-configurator"
]
+1 -1
packages/async_ssl/async_ssl.v0.16.0/opam
···
"stdio" {>= "v0.16" & < "v0.17"}
"conf-libssl"
"ctypes" {>= "0.18.0"}
-
"ctypes-foreign"
+
"ctypes-foreign" {>= "0.18.0"}
"dune" {>= "2.0.0"}
"dune-configurator"
]
+1 -1
packages/async_ssl/async_ssl.v0.16.1/opam
···
"stdio" {>= "v0.16" & < "v0.17"}
"conf-libssl"
"ctypes" {>= "0.18.0"}
-
"ctypes-foreign"
+
"ctypes-foreign" {>= "0.18.0"}
"dune" {>= "2.0.0"}
"dune-configurator"
]
+1 -1
packages/async_ssl/async_ssl.v0.17.0/opam
···
"stdio" {>= "v0.17" & < "v0.18"}
"conf-libssl"
"ctypes" {>= "0.18.0"}
-
"ctypes-foreign"
+
"ctypes-foreign" {>= "0.18.0"}
"dune" {>= "3.11.0"}
"dune-configurator"
]