opam-version: "2.0" 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" dev-repo: "git+https://github.com/mmottl/postgresql-ocaml.git" bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.05"} "dune" {>= "1.4.0"} "dune-configurator" "base" {build & < "v0.17"} "stdio" {build} "base-bytes" "conf-postgresql" {build} ] synopsis: "Bindings to the PostgreSQL library" description: """ Postgresql offers library functions for accessing PostgreSQL databases.""" url { src: "https://github.com/mmottl/postgresql-ocaml/releases/download/4.5.0/postgresql-4.5.0.tbz" checksum: [ "sha256=1cca5b3da400e4de060b8e61e8aff9675f67204da27c16a5bc4ec0dca4ca0905" "sha512=56f3719dc1cf7ae1cf7c71db16264c8737f9114851459edf1a46b5ee2c51ecebb8ed5428c003d243a5cd518cb66a8a007ba2d2d23d01a3b9b87567a0b9871c5c" ] }