Skip to content

Commit 1ee2e1e

Browse files
committed
pg_query.0.9.6 not available on ARM, RISCV, or PPC
1 parent bf3bfde commit 1ee2e1e

File tree

1 file changed

+2
-1
lines changed
  • packages/pg_query/pg_query.0.9.6

1 file changed

+2
-1
lines changed

packages/pg_query/pg_query.0.9.6/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://roddyyaga.github.io/pg_query-ocaml/pg_query-ocaml/index.html"
1010
bug-reports: "https://github.com/roddyyaga/pg_query-ocaml/issues"
1111
depends: [
1212
"ocaml" {>= "4.07"}
13-
"ocaml" {< "5.0" & (arch = "x86_32" | arch = "arm32")}
13+
"ocaml" {< "5.0" & arch = "x86_32"}
1414
"dune" {>= "2.0"}
1515
"cmdliner" {>= "1.0.0"}
1616
"ctypes" {>= "0.14.0"}
@@ -32,6 +32,7 @@ build: [
3232
"@doc" {with-doc}
3333
]
3434
]
35+
available: arch != "arm32" & arch != "arm64" & arch != "riscv64" & arch != "ppc64"
3536
dev-repo: "git+https://github.com/roddyyaga/pg_query-ocaml.git"
3637
url {
3738
src: "https://github.com/roddyyaga/pg_query-ocaml/archive/0.9.6.tar.gz"

0 commit comments

Comments
 (0)