this repo has no description
1opam-version: "2.0"
2maintainer: "smimram@gmail.com"
3build: [
4 ["./configure" "--prefix" prefix]
5 [make]
6]
7remove: [["ocamlfind" "remove" "bjack"]]
8depends: ["ocaml" "ocamlfind"]
9depexts: [
10 ["libjack-dev" "libsamplerate0-dev"] {os-family = "debian"}
11]
12install: [make "install"]
13synopsis:
14 "Bindings for the Jack library which provides functions for linking audio programs"
15flags: light-uninstall
16url {
17 src:
18 "http://downloads.sourceforge.net/project/savonet/ocaml-bjack/0.1.4/ocaml-bjack-0.1.4.tar.gz"
19 checksum: [
20 "sha256=887ecdaad663b5274f725364ef578fb377a1ab0c944bc2dd78ea8751dc3deb97"
21 "md5=9638b5fa1695d2ab20078874aceae888"
22 ]
23}