this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Bindings for the Jack library which provides functions for linking audio programs" 4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6license: "LGPL-2.1-only" 7homepage: "https://github.com/savonet/ocaml-bjack" 8bug-reports: "https://github.com/savonet/ocaml-bjack/issues" 9depends: [ 10 "dune" {>= "2.0"} 11 "dune-configurator" 12 "conf-jack" 13 "conf-samplerate" 14 "conf-pkg-config" 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/savonet/ocaml-bjack.git" 31url { 32 src: "https://github.com/savonet/ocaml-bjack/archive/v0.1.6.tar.gz" 33 checksum: [ 34 "md5=e3e9b991e9523891dc76852b353db520" 35 "sha512=03ceb04c76ea8edb231cd2a3d7f9caf7b3c80fdb9451cbf7c4c7fd49cc0a2dfd3545901baf6f86b0f760ac657fad23ebf891ba2e2af392e1c0407524f79b0e91" 36 ] 37}