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: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04"} "base-bytes" "base" {build & < "v0.17"} "stdio" {build} "configurator" {build} "jbuilder" {>= "1.0+beta10"} ] depexts: [ ["postgresql-libs"] {os-distribution = "arch"} ["libpq-dev"] {os-family = "debian"} ["database/postgresql96-client"] {os = "freebsd"} ["database/postgresql96-client"] {os = "openbsd"} ["postgresql-devel"] {os-distribution = "centos"} ["postgresql-devel"] {os-distribution = "rhel"} ["postgresql-devel"] {os-distribution = "fedora"} ["postgresql-dev"] {os-distribution = "alpine"} ["postgresql"] {os-family = "suse" | os-family = "opensuse"} ["postgresql"] {os = "macos" & os-distribution = "homebrew"} ["postgresql96"] {os = "macos" & os-distribution = "macports"} ] 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.2.0/postgresql-4.2.0.tbz" checksum: [ "sha256=6bc19ab9093463d960e7a78766f76336f8a57d2a8fa23b8393db26a652b4ed61" "md5=c7705969a5930aced2a12df0cd7b4916" ] }