this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27216 from anmonteiro/release-pg_query-0.9.8

[new release] pg_query (0.9.8)

authored by

Shon Feder and committed by
GitHub
bc599cf1 78fae0d4

+44
+44
packages/pg_query/pg_query.0.9.8/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings to libpg_query for parsing PostgreSQL" 3 + description: 4 + "OCaml bindings to libpg_query for parsing PostgreSQL, and a command-line tool that uses them" 5 + maintainer: ["Roddy MacSween <github@roddymacsween.co.uk>"] 6 + authors: ["Roddy MacSween <github@roddymacsween.co.uk>"] 7 + license: "MIT" 8 + homepage: "https://github.com/roddyyaga/pg_query-ocaml" 9 + 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 + "dune" {>= "2.0"} 14 + "cmdliner" {>= "1.1.0"} 15 + "ctypes" 16 + "ctypes-foreign" {>= "0.21.1"} 17 + "ppx_deriving" 18 + "alcotest" {with-test} 19 + ] 20 + available: arch != "x86_32" & arch != "arm32" 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/roddyyaga/pg_query-ocaml.git" 36 + url { 37 + src: 38 + "https://github.com/roddyyaga/pg_query-ocaml/releases/download/0.9.8/pg_query-0.9.8.tbz" 39 + checksum: [ 40 + "sha256=b1d24219ccf7875d7921e81c21159589cade9775b871ab0e22959007820a8385" 41 + "sha512=91f4dfae163c6c942c4e5294130751ff7c90ca50529bb9ff6e76b3694740d913a4e35007504682762c7d7178d8781e7ed3df0a625300855ab366d09ee847782f" 42 + ] 43 + } 44 + x-commit-hash: "4d5b424d1ef80e4637498c2f26390e5d7653c6bd"