this repo has no description

Limit available arches for llama

Changed files
+2
packages
llama
llama.0.0.1
llama.0.1.0
+1
packages/llama/llama.0.0.1/opam
···
license: "MIT"
homepage: "https://github.com/gridbugs/llama"
bug-reports: "https://github.com/gridbugs/llama/issues"
+
available: arch != "arm32" & arch != "ppc64" & arch != "s390x" & arch != "x86_32"
depends: [
"dune" {>= "3.0"}
"llama_core" {= version}
+1
packages/llama/llama.0.1.0/opam
···
license: "MIT"
homepage: "https://github.com/gridbugs/llama"
bug-reports: "https://github.com/gridbugs/llama/issues"
+
available: arch != "arm32" & arch != "ppc64" & arch != "s390x" & arch != "x86_32"
depends: [
"dune" {>= "3.0"}
"llama_core" {= version}