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 4f0e68e commit be8530eCopy full SHA for be8530e
packages/ppx_expect/ppx_expect.v0.17.0/opam
@@ -18,7 +18,7 @@ depends: [
18
"dune" {>= "3.11.0"}
19
"ppxlib" {>= "0.28.0"}
20
]
21
-available: arch != "arm32" & arch != "x86_32"
+available: arch != "arm32" & arch != "x86_32" & os != "win32"
22
synopsis: "Cram like framework for OCaml"
23
description: "
24
Part of the Jane Street's PPX rewriters collection.
0 commit comments