this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://srt.org/doxygen/trunk/index.html" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "srt dev team" 6license: "MPL-2.0" 7build: ["pkg-config" "--exists" "srt"] 8depends: [ 9 "conf-pkg-config" {build} 10] 11depexts: [ 12 ["libsrt-openssl-dev" "libssl-dev"] {os-family = "debian" | os-family = "ubuntu"} 13 ["srt" "openssl"] {os = "macos" & os-distribution = "homebrew"} 14] 15synopsis: "Virtual package relying on srt compiled with openssl" 16description: 17 "This package can only install if the srt library is installed on the system and compiled using openssl." 18flags: conf 19x-ci-accept-failures: ["debian-11"]