opam-version: "2.0" synopsis: "Bindings to the PostgreSQL library" description: "Postgresql offers library functions for accessing PostgreSQL databases." maintainer: ["Markus Mottl "] authors: [ "Alain Frisch " "Markus Mottl " "Petter Urkedal " ] license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" homepage: "https://mmottl.github.io/postgresql-ocaml" doc: "https://mmottl.github.io/postgresql-ocaml/api" bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.12"} "dune-configurator" "conf-postgresql" {build} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mmottl/postgresql-ocaml.git" url { src: "https://github.com/mmottl/postgresql-ocaml/releases/download/5.1.3/postgresql-5.1.3.tbz" checksum: [ "sha256=462a553fc9a3fad6303bc2eb5404af55cdfa6402588cc238c7a523e49e74130c" "sha512=ebbf7f34be0e490a94d98365fcd6f64b2727f9b9beff23dc0a4d16a4b8333b321f6aec6a58ac03cb8a10f47fffdf13fa26dc5f909a1f4056ca51b49b9d934e7c" ] } x-commit-hash: "8f8f2232502f0d76b1991614e91540c599bc0d91"