this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://gstreamer.freedesktop.org/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "The GStreamer Project" 6license: "LGPL-2.1-or-later" 7build: ["pkg-config" "--exists" "gstreamer-1.0" "gstreamer-app-1.0"] 8depends: [ 9 "conf-pkg-config" {build} 10] 11depexts: [ 12 ["gstreamer-dev" "gst-plugins-base-dev"] {os-distribution = "alpine"} 13 ["gstreamer-devel" "gstreamer-plugins-base-devel"] 14 {os-family = "suse" | os-family = "opensuse"} 15 ["gstreamer1-devel" "gstreamer1-plugins-base-devel"] 16 {os-distribution = "fedora"} 17 ["gstreamer1-devel" "gstreamer1-plugins-base-devel"] 18 {os-distribution = "centos"} 19 ["libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev"] 20 {os-family = "debian" | os-family = "ubuntu"} 21 ["gstreamer1" "gstreamer1-plugins-core"] {os = "freebsd"} 22 ["gstreamer1.0" "gstreamer1.0-plugins-base"] 23 {os = "win32" & os-distribution = "cygwinports"} 24 ["gstreamer"] 25 {os = "macos" & os-distribution = "homebrew"} 26] 27synopsis: "Virtual package relying on libgstreamer" 28description: 29 "This package can only install if the gstreamer library is installed on the system." 30flags: conf