You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
1.1 KiB

opam-version: "2.0"
maintainer: "David Sheets <sheets@alum.mit.edu>"
authors: ["The OpenSSL Project"]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://www.openssl.org/"
license: "Apache-1.0"
build: [
["pkg-config" "openssl"]
{os != "macos" & os != "freebsd" & os != "openbsd" & os != "netbsd"}
["./osx-build.sh"] {os = "macos"}
]
depends: ["conf-pkg-config" {build}]
depexts: [
["libssl-dev"] {os-family = "debian"}
["openssl-devel"] {os-distribution = "centos"}
["openssl-devel"] {os-distribution = "ol"}
["openssl-devel"] {os-distribution = "fedora"}
["openssl"] {os = "macos" & os-distribution = "homebrew"}
["openssl"] {os = "macos" & os-distribution = "macports"}
["libressl-dev"] {os-distribution = "alpine"}
["openssl"] {os-distribution = "nixos"}
["openssl"] {os-distribution = "arch"}
["libopenssl-devel"] {os-family = "suse"}
]
synopsis: "Virtual package relying on an OpenSSL system installation"
description:
"This package can only install if OpenSSL is installed on the system."
extra-files: ["osx-build.sh" "md5=e216c6189d0dfb4185521c8ace09fe40"]
flags: conf