opam-version: "2.0" synopsis: "Postgresql for x86_64 mingw-w64 (64-bit x86_64)" description: "Ensures the x86_64 version of postgresql for the mingw-w64 project is available" maintainer: "David Allsopp " authors: "Markus Mottl" license: "blessing" homepage: "http://www.postgresql.org" bug-reports: "https://github.com/ocaml/opam-repository/issues" flags: conf available: os = "win32" build: ["pkgconf" "--personality=x86_64-w64-mingw32" "libpq"] depends: [ "conf-pkg-config" {build} "conf-mingw-w64-gcc-x86_64" {build} ] depexts: [ ["mingw64-x86_64-postgresql"] {os = "win32" & os-distribution = "cygwin"} ["mingw-w64-x86_64-postgresql"] {os = "win32" & os-distribution = "msys2"} ]