this repo has no description
1opam-version: "2.0" 2maintainer: "Kate <kit.ty.kate@disroot.org>" 3authors: ["The OpenSSL Project"] 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5homepage: "https://www.openssl.org/" 6license: "Apache-1.0" 7build: ["openssl" "version"] 8depexts: [ 9 ["openssl"] {os-family = "debian"} 10 ["openssl"] {os-family = "ubuntu"} 11 ["openssl"] {os-distribution = "centos"} 12 ["openssl"] {os-distribution = "ol"} 13 ["openssl"] {os-distribution = "fedora"} 14 ["openssl"] {os = "macos" & os-distribution = "homebrew"} 15 ["openssl"] {os = "macos" & os-distribution = "macports"} 16 ["openssl"] {os-distribution = "alpine"} 17 ["openssl"] {os-distribution = "nixos"} 18 ["openssl"] {os-distribution = "arch"} 19 ["openssl"] {os-family = "suse" | os-family = "opensuse"} 20 # FreeBSD includes a stable OpenSSL in the base system https://wiki.freebsd.org/OpenSSL 21] 22synopsis: "Virtual package relying on an OpenSSL binary system installation" 23description: 24 "This package can only install if the OpenSSL binary is installed on the system." 25flags: conf