this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Beauxis <toots@rastageeks.org>" 3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4homepage: "https://github.com/savonet/ocaml-bjack" 5build: [ 6 ["./configure" "--prefix" prefix] 7 [make] 8] 9install: [ 10 [make "install"] 11] 12remove: ["ocamlfind" "remove" "bjack"] 13depends: ["ocaml" "ocamlfind"] 14depexts: [ 15 ["jack-dev"] {os-distribution = "alpine"} 16 ["libjack-dev" "libsamplerate0-dev"] {os-family = "debian"} 17 ["jack"] {os = "macos" & os-distribution = "homebrew"} 18] 19bug-reports: "https://github.com/savonet/ocaml-bjack/issues" 20dev-repo: "git+https://github.com/savonet/ocaml-bjack.git" 21synopsis: 22 "Bindings for the Jack library which provides functions for linking audio programs" 23flags: light-uninstall 24url { 25 src: 26 "https://github.com/savonet/ocaml-bjack/releases/download/0.1.5/ocaml-bjack-0.1.5.tar.gz" 27 checksum: [ 28 "sha256=11681b78985a3cc09d4f8dead81359939c0e2d858cfd4973e77fb68a7a0dcaf0" 29 "md5=684b2bac4b55d7ef35c72d42f32eee3f" 30 ] 31}