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 "] authors: ["Roddy MacSween "] 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" {>= "1.0.0"} "ctypes" {>= "0.14.0"} "ctypes-foreign" "ppx_deriving" {>= "4.2"} "alcotest" {with-test} ] build: [ ["dune" "subst"] {dev} [ "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/archive/0.9.7.tar.gz" checksum: [ "md5=0f60f8c91c556be3f3a7e8f3f8305bb2" "sha512=0efa2224ef75f1cea12437673da677964de0d56616e2166e2a794d6f6fd431b44dade1e18455cfeeab12576265f189030df4cd614f764970113476fc036633d2" ] }