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 7f34f0a commit e8e4e7bCopy full SHA for e8e4e7b
packages/conf-rubberband/conf-rubberband.1/opam
@@ -29,6 +29,6 @@ description:
29
"This package can only install if the rubberband library is installed on the system."
30
flags: conf
31
available: !( # librubberband isn't available on cygwin nor on msys2 for the 32 bit arch
32
- (os = "cygwin") |
+ (os-distribution = "cygwin") |
33
(os = "win32" & os-distribution = "msys2" & arch = "x86_32")
34
)
0 commit comments