Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0036a9

Browse files
committedJul 13, 2023
restrict tsdl
It uses ctypes.stubs but only depends on ctypes.
1 parent ad991be commit b0036a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎packages/tsdl/tsdl.0.9.7/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocamlbuild" {build}
1515
"topkg" {build}
1616
"conf-sdl2"
17-
"ctypes" {>= "0.14.0"}
17+
"ctypes" {>= "0.14.0" & < "0.21.0"}
1818
"ctypes-foreign" ]
1919
build: [[
2020
"ocaml" "pkg/pkg.ml" "build"

‎packages/tsdl/tsdl.0.9.8/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocamlbuild" {build}
1515
"topkg" {build & >= "1.0.1"}
1616
"conf-sdl2"
17-
"ctypes" {>= "0.14.0"}
17+
"ctypes" {>= "0.14.0" & < "0.21.0"}
1818
"ctypes-foreign" ]
1919
build: [[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]]
2020

‎packages/tsdl/tsdl.0.9.9/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ depends: [
3434
"ocamlbuild" {build}
3535
"topkg" {build & >= "1.0.3"}
3636
"conf-sdl2"
37-
"ctypes" {>= "0.14.0"}
37+
"ctypes" {>= "0.14.0" & < "0.21.0"}
3838
"ctypes-foreign"
3939
]
4040
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]

0 commit comments

Comments
 (0)
Please sign in to comment.