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