this repo has no description

Merge pull request #24163 from kit-ty-kate/fix-232

Restrict ctypes-foreign.0.18.0 to ctypes < 0.21.0

Changed files
+1 -1
packages
ctypes-foreign
ctypes-foreign.0.18.0
+1 -1
packages/ctypes-foreign/ctypes-foreign.0.18.0/opam
···
bug-reports: "http://github.com/yallop/ocaml-ctypes/issues"
license: "MIT"
depends: [
-
"ctypes" {post}
"conf-pkg-config" {build}
"conf-libffi" {>= "2.0.0"}
]
···
bug-reports: "http://github.com/yallop/ocaml-ctypes/issues"
license: "MIT"
depends: [
+
"ctypes" {post & < "0.21.0"}
"conf-pkg-config" {build}
"conf-libffi" {>= "2.0.0"}
]