this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26222 from hhugo/patch-1

ppx_expect v0.17.0 broken on windows

authored by

Marcello Seri and committed by
GitHub
c16c5a81 4f0e68ef

+1 -1
+1 -1
packages/ppx_expect/ppx_expect.v0.17.0/opam
··· 18 18 "dune" {>= "3.11.0"} 19 19 "ppxlib" {>= "0.28.0"} 20 20 ] 21 - available: arch != "arm32" & arch != "x86_32" 21 + available: arch != "arm32" & arch != "x86_32" & os != "win32" 22 22 synopsis: "Cram like framework for OCaml" 23 23 description: " 24 24 Part of the Jane Street's PPX rewriters collection.