Skip to content

Commit 06cb277

Browse files
committed
Restrict memcpy
Upstream fix: yallop/ocaml-memcpy#11
1 parent 2436d53 commit 06cb277

File tree

1 file changed

+1
-1
lines changed
  • packages/memcpy/memcpy.0.2.1

1 file changed

+1
-1
lines changed

packages/memcpy/memcpy.0.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install: [[make "install"]]
1212
remove: [["ocamlfind" "remove" "memcpy"]]
1313
depends: [
1414
"ocaml" {>= "4.01.0"}
15-
"ctypes" {>= "0.12.0"}
15+
"ctypes" {>= "0.12.0" & < "0.21.0"}
1616
"ounit" {with-test}
1717
"ocamlfind" {build}
1818
"ocamlbuild" {build}

0 commit comments

Comments
 (0)