this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings to libpg_query for parsing PostgreSQL" 3description: 4 "OCaml bindings to libpg_query for parsing PostgreSQL, and a command-line tool that uses them" 5maintainer: ["Roddy MacSween <github@roddymacsween.co.uk>"] 6authors: ["Roddy MacSween <github@roddymacsween.co.uk>"] 7license: "MIT" 8homepage: "https://github.com/roddyyaga/pg_query-ocaml" 9doc: "https://roddyyaga.github.io/pg_query-ocaml/pg_query-ocaml/index.html" 10bug-reports: "https://github.com/roddyyaga/pg_query-ocaml/issues" 11depends: [ 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] 20available: arch != "x86_32" & arch != "arm32" 21build: [ 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] 35dev-repo: "git+https://github.com/roddyyaga/pg_query-ocaml.git" 36url { 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} 44x-commit-hash: "4d5b424d1ef80e4637498c2f26390e5d7653c6bd"