this repo has no description
0
fork

Configure Feed

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

Merge pull request #26048 from ocaml/mseri-patch-5

ppx_base: fix typo in opam file

authored by

Marcello Seri and committed by
GitHub
db82becb e1aee492

+1 -1
+1 -1
packages/ppx_base/ppx_base.v0.17.0/opam
··· 20 20 "dune" {>= "3.11.0"} 21 21 "ppxlib" {>= "0.28.0"} 22 22 ] 23 - available: arch != "arm32" & arch != "x86_32" & os != "win32 23 + available: arch != "arm32" & arch != "x86_32" & os != "win32" 24 24 synopsis: "Base set of ppx rewriters" 25 25 description: " 26 26 ppx_base is the set of ppx rewriters used for Base.