this repo has no description

Mingw support for gnutls

Changed files
+104 -2
packages
conf-gnutls
conf-gnutls.1
conf-mingw-w64-gnutls-i686
conf-mingw-w64-gnutls-i686.1
conf-mingw-w64-gnutls-x86_64
conf-mingw-w64-gnutls-x86_64.1
conf-mingw-w64-nettle-i686
conf-mingw-w64-nettle-i686.1
conf-mingw-w64-nettle-x86_64
conf-mingw-w64-nettle-x86_64.1
+24 -2
packages/conf-gnutls/conf-gnutls.1/opam
···
homepage: "https://www.gnutls.org"
authors: ["Nikos Mavrogiannopoulos" "Simon Josefsson"]
license: "LGPL-2.1-or-later"
-
build: [["pkg-config" "gnutls" "nettle"]]
-
depends: ["conf-pkg-config" {build}]
+
build: [
+
"pkgconf" {os = "win32" & os-distribution != "cygwinports"}
+
"--personality=i686-w64-mingw32"
+
{os = "win32" & os-distribution != "cygwinports" &
+
host-arch-x86_32:installed}
+
"--personality=x86_64-w64-mingw32"
+
{os = "win32" & os-distribution != "cygwinports" &
+
host-arch-x86_64:installed}
+
"pkg-config" {os != "win32" | os-distribution != "cygwin"}
+
"gnutls" "nettle"
+
]
+
depends: [
+
"conf-pkg-config" {build}
+
("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} &
+
"conf-mingw-w64-gnutls-i686"
+
{os = "win32" & os-distribution != "cygwinports"} &
+
"conf-mingw-w64-nettle-i686"
+
{os = "win32" & os-distribution != "cygwinports"} |
+
"host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} &
+
"conf-mingw-w64-nettle-x86_64"
+
{os = "win32" & os-distribution != "cygwinports"} &
+
"conf-mingw-w64-gnutls-x86_64"
+
{os = "win32" & os-distribution != "cygwinports"})
+
]
depexts: [
["libgnutls28-dev" "nettle-dev"] {os-family = "debian" | os-family = "ubuntu"}
["gnutls-dev"] {os-distribution = "alpine"}
+20
packages/conf-mingw-w64-gnutls-i686/conf-mingw-w64-gnutls-i686.1/opam
···
+
opam-version: "2.0"
+
homepage: "https://www.gnutls.org"
+
authors: ["Nikos Mavrogiannopoulos" "Simon Josefsson"]
+
license: "LGPL-2.1-or-later"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
flags: conf
+
available: os = "win32"
+
build: ["pkgconf" "--personality=i686-w64-mingw32" "gnutls"]
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-mingw-w64-gcc-i686" {build}
+
]
+
synopsis: "gnutls for i686 mingw-w64"
+
description:
+
"Ensure the i686 version of gnutls for the mingw-w64 project is available"
+
maintainer: "David Allsopp <david@tarides.com>"
+
depexts: [
+
["mingw64-i686-gnutls"] {os = "win32" & os-distribution = "cygwin"}
+
["mingw-w64-i686-gnutls"] {os = "win32" & os-distribution = "msys2"}
+
]
+20
packages/conf-mingw-w64-gnutls-x86_64/conf-mingw-w64-gnutls-x86_64.1/opam
···
+
opam-version: "2.0"
+
homepage: "https://www.gnutls.org"
+
authors: ["Nikos Mavrogiannopoulos" "Simon Josefsson"]
+
license: "LGPL-2.1-or-later"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
flags: conf
+
available: os = "win32"
+
build: ["pkgconf" "--personality=x86_64-w64-mingw32" "gnutls"]
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-mingw-w64-gcc-x86_64" {build}
+
]
+
synopsis: "gnutls for x86_64 mingw-w64"
+
description:
+
"Ensure the x86_64 version of gnutls for the mingw-w64 project is available"
+
maintainer: "David Allsopp <david@tarides.com>"
+
depexts: [
+
["mingw64-x86_64-gnutls"] {os = "win32" & os-distribution = "cygwin"}
+
["mingw-w64-x86_64-gnutls"] {os = "win32" & os-distribution = "msys2"}
+
]
+20
packages/conf-mingw-w64-nettle-i686/conf-mingw-w64-nettle-i686.1/opam
···
+
opam-version: "2.0"
+
homepage: "https://www.gnutls.org"
+
authors: ["Nikos Mavrogiannopoulos" "Simon Josefsson"]
+
license: "LGPL-2.1-or-later"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
flags: conf
+
available: os = "win32"
+
build: ["pkgconf" "--personality=i686-w64-mingw32" "nettle"]
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-mingw-w64-gcc-i686" {build}
+
]
+
synopsis: "nettle for i686 mingw-w64"
+
description:
+
"Ensure the i686 version of nettle for the mingw-w64 project is available"
+
maintainer: "David Allsopp <david@tarides.com>"
+
depexts: [
+
["mingw64-i686-nettle"] {os = "win32" & os-distribution = "cygwin"}
+
["mingw-w64-i686-nettle"] {os = "win32" & os-distribution = "msys2"}
+
]
+20
packages/conf-mingw-w64-nettle-x86_64/conf-mingw-w64-nettle-x86_64.1/opam
···
+
opam-version: "2.0"
+
homepage: "https://www.gnutls.org"
+
authors: ["Nikos Mavrogiannopoulos" "Simon Josefsson"]
+
license: "LGPL-2.1-or-later"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
flags: conf
+
available: os = "win32"
+
build: ["pkgconf" "--personality=x86_64-w64-mingw32" "nettle"]
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-mingw-w64-gcc-x86_64" {build}
+
]
+
synopsis: "nettle for x86_64 mingw-w64"
+
description:
+
"Ensure the x86_64 version of nettle for the mingw-w64 project is available"
+
maintainer: "David Allsopp <david@tarides.com>"
+
depexts: [
+
["mingw64-x86_64-nettle"] {os = "win32" & os-distribution = "cygwin"}
+
["mingw-w64-x86_64-nettle"] {os = "win32" & os-distribution = "msys2"}
+
]