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.1.0/postgresql-4.1.0.tbz" checksum: [ "sha256=8e663f70a85e6aff78323a4a6d606141adb6c10bad812a8ac9a693975a64ca5e" "md5=1245a17e3c251bbf2942e84acb7c737c" ] }