this repo has no description
1opam-version: "2.0"
2synopsis: "Postgresql for x86_64 mingw-w64 (64-bit x86_64)"
3description: "Ensures the x86_64 version of postgresql for the mingw-w64 project is available"
4maintainer: "David Allsopp <david@tarides.com>"
5authors: "Markus Mottl"
6license: "blessing"
7homepage: "http://www.postgresql.org"
8bug-reports: "https://github.com/ocaml/opam-repository/issues"
9flags: conf
10available: os = "win32"
11build: ["pkgconf" "--personality=x86_64-w64-mingw32" "libpq"]
12depends: [
13 "conf-pkg-config" {build}
14 "conf-mingw-w64-gcc-x86_64" {build}
15]
16depexts: [
17 ["mingw64-x86_64-postgresql"] {os = "win32" & os-distribution = "cygwin"}
18 ["mingw-w64-x86_64-postgresql"] {os = "win32" & os-distribution = "msys2"}
19]