Skip to content

Commit c00383f

Browse files
authored
Merge pull request #26253 from dra27/no-windows-ctypes
ctypes prior to 0.4.0 doesn't support Windows
2 parents 88f8b02 + 6df3b36 commit c00383f

File tree

3 files changed

+3
-0
lines changed
  • packages/ctypes

3 files changed

+3
-0
lines changed

packages/ctypes/ctypes.0.1.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ bug-reports: "http://github.com/yallop/ocaml-ctypes/issues"
55
license: "MIT"
66
build: make
77
remove: [["ocamlfind" "remove" "ctypes"]]
8+
available: os != "win32"
89
depends: [
910
"ocaml" {>= "4.00.0" & < "4.03.0"}
1011
"ocamlfind"

packages/ctypes/ctypes.0.2.3/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build: make
77
remove: [
88
["ocamlfind" "remove" "ctypes"]
99
]
10+
available: os != "win32"
1011
depends: [
1112
"ocaml" {>= "4.00.0" & < "4.03.0"}
1213
"ocamlfind"

packages/ctypes/ctypes.0.3.4/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build: make
77
remove: [
88
["ocamlfind" "remove" "ctypes"]
99
]
10+
available: os != "win32"
1011
depends: [
1112
"ocaml" {>= "4.00.0" & < "4.03.0"}
1213
"base-bytes"

0 commit comments

Comments
 (0)