opam-version: "2.0" synopsis: "Postgresql for i686 mingw-w64 (32-bit x86)" description: "Ensures the i686 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=i686-w64-mingw32" "libpq"] depends: [ "conf-pkg-config" {build} "conf-mingw-w64-gcc-i686" {build} ] depexts: [ ["mingw64-i686-postgresql"] {os = "win32" & os-distribution = "cygwin"} ["mingw-w64-i686-postgresql"] {os = "win32" & os-distribution = "msys2"} ]