20 lines
691 B
Plaintext
Generated
20 lines
691 B
Plaintext
Generated
opam-version: "2.0"
|
|
synopsis: "libssl for i686 mingw-w64 (32-bit x86)"
|
|
description: "Ensures the i686 version of libssl for the mingw-w64 project is available"
|
|
maintainer: "David Allsopp <david@tarides.com>"
|
|
authors: "The OpenSSL Project"
|
|
license: "Apache-1.0"
|
|
homepage: "https://www.openssl.org"
|
|
bug-reports: "https://github.com/ocaml/opam-repository/issues"
|
|
flags: conf
|
|
available: os = "win32"
|
|
build: ["pkgconf" "--personality=i686-w64-mingw32" "openssl"]
|
|
depends: [
|
|
"conf-pkg-config" {build}
|
|
"conf-mingw-w64-gcc-i686" {build}
|
|
]
|
|
depexts: [
|
|
["mingw64-i686-openssl"] {os = "win32" & os-distribution = "cygwin"}
|
|
["mingw-w64-i686-openssl"] {os = "win32" & os-distribution = "msys2"}
|
|
]
|