opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-bjack"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "bjack"]
depends: ["ocaml" "ocamlfind"]
depexts: [
  ["jack-dev"] {os-distribution = "alpine"}
  ["libjack-dev" "libsamplerate0-dev"] {os-family = "debian"}
  ["jack"] {os = "macos" & os-distribution = "homebrew"}
]
bug-reports: "https://github.com/savonet/ocaml-bjack/issues"
dev-repo: "git+https://github.com/savonet/ocaml-bjack.git"
synopsis:
  "Bindings for the Jack library which provides functions for linking audio programs"
flags: light-uninstall
url {
  src:
    "https://github.com/savonet/ocaml-bjack/releases/download/0.1.5/ocaml-bjack-0.1.5.tar.gz"
  checksum: "md5=684b2bac4b55d7ef35c72d42f32eee3f"
}
