Skip to content

Commit a4ad0a4

Browse files
committed
async_ssl needs a lower bound on ctypes-foreign
Needed to avoid the error ctypes.foreign not found where a too old version of ctypes-foreign is installed alongside a new version of ctypes Signed-off-by: Marcello Seri <[email protected]>
1 parent 175a8ca commit a4ad0a4

File tree

4 files changed

+4
-4
lines changed
  • packages/async_ssl
    • async_ssl.v0.15.0
    • async_ssl.v0.16.0
    • async_ssl.v0.16.1
    • async_ssl.v0.17.0

4 files changed

+4
-4
lines changed

packages/async_ssl/async_ssl.v0.15.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"stdio" {>= "v0.15" & < "v0.16"}
1919
"conf-libssl"
2020
"ctypes" {>= "0.18.0"}
21-
"ctypes-foreign"
21+
"ctypes-foreign" {>= "0.18.0"}
2222
"dune" {>= "2.0.0"}
2323
"dune-configurator"
2424
]

packages/async_ssl/async_ssl.v0.16.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"stdio" {>= "v0.16" & < "v0.17"}
2020
"conf-libssl"
2121
"ctypes" {>= "0.18.0"}
22-
"ctypes-foreign"
22+
"ctypes-foreign" {>= "0.18.0"}
2323
"dune" {>= "2.0.0"}
2424
"dune-configurator"
2525
]

packages/async_ssl/async_ssl.v0.16.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"stdio" {>= "v0.16" & < "v0.17"}
2020
"conf-libssl"
2121
"ctypes" {>= "0.18.0"}
22-
"ctypes-foreign"
22+
"ctypes-foreign" {>= "0.18.0"}
2323
"dune" {>= "2.0.0"}
2424
"dune-configurator"
2525
]

packages/async_ssl/async_ssl.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"stdio" {>= "v0.17" & < "v0.18"}
2020
"conf-libssl"
2121
"ctypes" {>= "0.18.0"}
22-
"ctypes-foreign"
22+
"ctypes-foreign" {>= "0.18.0"}
2323
"dune" {>= "3.11.0"}
2424
"dune-configurator"
2525
]

0 commit comments

Comments
 (0)