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 bf3bfde commit 1ee2e1eCopy full SHA for 1ee2e1e
packages/pg_query/pg_query.0.9.6/opam
@@ -10,7 +10,7 @@ doc: "https://roddyyaga.github.io/pg_query-ocaml/pg_query-ocaml/index.html"
10
bug-reports: "https://github.com/roddyyaga/pg_query-ocaml/issues"
11
depends: [
12
"ocaml" {>= "4.07"}
13
- "ocaml" {< "5.0" & (arch = "x86_32" | arch = "arm32")}
+ "ocaml" {< "5.0" & arch = "x86_32"}
14
"dune" {>= "2.0"}
15
"cmdliner" {>= "1.0.0"}
16
"ctypes" {>= "0.14.0"}
@@ -32,6 +32,7 @@ build: [
32
"@doc" {with-doc}
33
]
34
35
+available: arch != "arm32" & arch != "arm64" & arch != "riscv64" & arch != "ppc64"
36
dev-repo: "git+https://github.com/roddyyaga/pg_query-ocaml.git"
37
url {
38
src: "https://github.com/roddyyaga/pg_query-ocaml/archive/0.9.6.tar.gz"
0 commit comments