Skip to content

Commit

Permalink
[new release] pg_query (0.9.8)
Browse files Browse the repository at this point in the history
CHANGES:

### Fixed

- Fix cross-compilation by using the right `ar` binary (roddyyaga/pg_query-ocaml#15, @anmonteiro)
- Fix build on glibc >= 2.38 (roddyyaga/pg_query-ocaml#17, @anmonteiro)
  • Loading branch information
anmonteiro committed Jan 6, 2025
1 parent cd5853b commit 41157f6
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/pg_query/pg_query.0.9.8/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Bindings to libpg_query for parsing PostgreSQL"
description:
"OCaml bindings to libpg_query for parsing PostgreSQL, and a command-line tool that uses them"
maintainer: ["Roddy MacSween <[email protected]>"]
authors: ["Roddy MacSween <[email protected]>"]
license: "MIT"
homepage: "https://github.com/roddyyaga/pg_query-ocaml"
doc: "https://roddyyaga.github.io/pg_query-ocaml/pg_query-ocaml/index.html"
bug-reports: "https://github.com/roddyyaga/pg_query-ocaml/issues"
depends: [
"ocaml" {>= "4.07"}
"dune" {>= "2.0"}
"cmdliner"
"ctypes"
"ctypes-foreign"
"ppx_deriving"
"alcotest" {with-test}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/roddyyaga/pg_query-ocaml.git"
url {
src:
"https://github.com/roddyyaga/pg_query-ocaml/releases/download/0.9.8/pg_query-0.9.8.tbz"
checksum: [
"sha256=b1d24219ccf7875d7921e81c21159589cade9775b871ab0e22959007820a8385"
"sha512=91f4dfae163c6c942c4e5294130751ff7c90ca50529bb9ff6e76b3694740d913a4e35007504682762c7d7178d8781e7ed3df0a625300855ab366d09ee847782f"
]
}
x-commit-hash: "4d5b424d1ef80e4637498c2f26390e5d7653c6bd"

0 comments on commit 41157f6

Please sign in to comment.