Skip to content

Commit 7a51b96

Browse files
author
Jose Nogueira
committed
update re2 availability
1 parent 64a9d67 commit 7a51b96

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)