Skip to content

Commit 848c1de

Browse files
os-family might be "suse"
1 parent ae5be4e commit 848c1de

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/bin_prot/bin_prot.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
depopts: [
2525
"mirage-xen-ocaml"
2626
]
27-
available: arch != "arm32" & arch != "x86_32" & os != "freebsd" & os-family != "opensuse"
27+
available: arch != "arm32" & arch != "x86_32" & os != "freebsd" & os-family != "opensuse" & os-family != "suse"
2828
synopsis: "A binary protocol generator"
2929
description: "
3030
Part of Jane Street's Core library

0 commit comments

Comments
 (0)