opam-version: "2.0" synopsis: "Bindings for pg_query for parsing PostgreSQL" 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"} "core" {< "v0.15"} "ctypes" {>= "0.14.0"} "ctypes-foreign" "ppx_deriving" {>= "4.2"} ] 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.3.tar.gz" checksum: [ "md5=2c9718078f6956a8bdb87cd6885c7fae" "sha512=ac2e76ac5efc07056e28ab71515b26d187f77c2f7c2bf802cfaf3f658d7cf29db635382497cdae64d895c27e32c785f3cc4a68e082507e529da1e344a6ef231d" ] }