Skip to content

Commit d78d992

Browse files
authored
Merge pull request #29739 from janestreet/core.v0.17.2-available-arch-arm32
core.v0.17.2: allow arch=arm32, which has worked since v0.16.0
2 parents e642030 + cd5c59e commit d78d992

File tree

1 file changed

+1
-1
lines changed
  • packages/core/core.v0.17.2

1 file changed

+1
-1
lines changed

packages/core/core.v0.17.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ depends: [
3535
"variantslib" {>= "v0.17" & < "v0.18"}
3636
"dune" {>= "3.11.0"}
3737
]
38-
available: arch != "arm32" & arch != "x86_32"
38+
available: arch != "x86_32"
3939
synopsis: "Industrial strength alternative to OCaml's standard library"
4040
description: "
4141
The Core suite of libraries is an industrial strength alternative to

0 commit comments

Comments
 (0)