We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760a441 commit ff8f87dCopy full SHA for ff8f87d
packages/memcpy/memcpy.0.2.1/opam
@@ -12,7 +12,7 @@ install: [[make "install"]]
12
remove: [["ocamlfind" "remove" "memcpy"]]
13
depends: [
14
"ocaml" {>= "4.01.0"}
15
- "ctypes" {>= "0.12.0"}
+ "ctypes" {>= "0.12.0" & < "0.21.0"}
16
"ounit" {with-test}
17
"ocamlfind" {build}
18
"ocamlbuild" {build}
0 commit comments