opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "http://www.mega-nerd.com/SRC/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "soundtouch dev team"
license: "LGPL-2.1+"
build: ["sh" "-c" "pkg-config --exists soundtouch || pkg-config --exists libSoundTouch || pkg-config --exists soundtouch-1.4"]
depends: [
  "conf-pkg-config" {build}
]
depexts: [
  ["soundtouch-dev"] {os-distribution = "alpine"}
  ["soundtouch-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse"}
  ["libsoundtouch-dev"] {os-family = "debian" | os-family = "ubuntu"}
  ["soundtouch"] {os = "freebsd" | os-family = "arch" | os-distribution = "nixos" | os-distribution = "oraclelinux"}
  ["sound-touch"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on soundtouch"
description:
  "This package can only install if the soundtouch library is installed on the system."
flags: conf
