We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fd7dd commit c2d2901Copy full SHA for c2d2901
dune-project
@@ -125,11 +125,8 @@
125
(= :version))
126
(ctypes
127
(>= 0.21.0))
128
- ; rune.jit.metal
129
(ctypes-foreign
130
- (and
131
- (>= 0.21.0)
132
- (= :os macos)))
+ (>= 0.21.0))
133
(alcotest :with-test)))
134
135
(package
rune.opam
@@ -14,7 +14,7 @@ depends: [
14
"dune" {>= "3.19"}
15
"nx" {= version}
16
"ctypes" {>= "0.21.0"}
17
- "ctypes-foreign" {>= "0.21.0" & os = "macos"}
+ "ctypes-foreign" {>= "0.21.0"}
18
"alcotest" {with-test}
19
"odoc" {with-doc}
20
]
0 commit comments