Skip to content

Commit f2eac2e

Browse files
Merge pull request #27548 from thatportugueseguy/re2-availability-update
update re2 availability
2 parents 574e49c + 7a51b96 commit f2eac2e

File tree

1 file changed

+1
-1
lines changed
  • packages/re2/re2.v0.17.0

1 file changed

+1
-1
lines changed

packages/re2/re2.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"conf-g++" {build}
1919
"dune" {>= "3.11.0"}
2020
]
21-
available: arch != "arm32" & arch != "x86_32"
21+
available: arch != "arm32" & arch != "x86_32" & os != "freebsd"
2222
synopsis: "OCaml bindings for RE2, Google's regular expression library"
2323
description: "
2424
"

0 commit comments

Comments
 (0)