File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
14
14
"ocamlbuild" {build}
15
15
"topkg" {build}
16
16
"conf-sdl2"
17
- "ctypes" {>= "0.14.0"}
17
+ "ctypes" {>= "0.14.0" & < "0.21.0" }
18
18
"ctypes-foreign" ]
19
19
build: [[
20
20
"ocaml" "pkg/pkg.ml" "build"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
14
14
"ocamlbuild" {build}
15
15
"topkg" {build & >= "1.0.1"}
16
16
"conf-sdl2"
17
- "ctypes" {>= "0.14.0"}
17
+ "ctypes" {>= "0.14.0" & < "0.21.0" }
18
18
"ctypes-foreign" ]
19
19
build: [[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]]
20
20
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ depends: [
34
34
"ocamlbuild" {build}
35
35
"topkg" {build & >= "1.0.3"}
36
36
"conf-sdl2"
37
- "ctypes" {>= "0.14.0"}
37
+ "ctypes" {>= "0.14.0" & < "0.21.0" }
38
38
"ctypes-foreign"
39
39
]
40
40
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
You can’t perform that action at this time.
0 commit comments