We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3599af7 commit 1b492dbCopy full SHA for 1b492db
packages/libirmin/libirmin.3.6.0/opam
@@ -22,7 +22,7 @@ dev-repo: "git+https://github.com/mirage/irmin.git"
22
23
# Disabled on arm64 linux and s390x because of a SEGFAULT in tests
24
# Disabled on macOS because of https://github.com/mirage/ca-certs/issues/20
25
-available: [ arch != "arm64" arch != "s390x" & os != "macos" ]
+available: [ arch != "arm64" & arch != "s390x" & os != "macos" ]
26
url {
27
src:
28
"https://github.com/mirage/irmin/releases/download/3.6.0/irmin-3.6.0.tbz"
0 commit comments