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" ] depexts: [ ["libpq-dev"] {os-family = "debian"} ["database/postgresql96-client"] {os-distribution = "freebsd"} ["database/postgresql96-client"] {os-distribution = "openbsd"} ["postgresql-devel"] {os-distribution = "centos"} ["postgresql-devel"] {os-distribution = "rhel"} ["postgresql-devel"] {os-distribution = "fedora"} ["postgresql-devel"] {os-family = "suse" | os-family = "opensuse"} ["postgresql-dev"] {os-distribution = "alpine"} ["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.4.1/postgresql-4.4.1.tbz" checksum: [ "sha256=82a4f1eb4efb64b9011b70dc8729d0676e631d371df5d548bb37ea409d52666c" "md5=7d6acaa0166e9849b08ad16a2d0ed543" ] }