this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings to Pulseaudio client library" 4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6license: "LGPL-2.1" 7homepage: "https://github.com/savonet/ocaml-pulseaudio" 8bug-reports: "https://github.com/savonet/ocaml-pulseaudio/issues" 9depends: [ 10 "conf-pulseaudio" 11 "conf-pkg-config" 12 "dune" {>= "2.8"} 13 "dune-configurator" 14 "odoc" {with-doc} 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-pulseaudio.git" 31url { 32 src: "https://github.com/savonet/ocaml-pulseaudio/archive/v0.1.5.tar.gz" 33 checksum: [ 34 "md5=007d7ad74bab49c36644b13e651c2680" 35 "sha512=c281e1c480df3ddb2409a38b5d80aa2ef35688397d738c8a2e77b6debaa360a6e7670f443483a89afe6d8085ff18344983d2bf6d159e2b8a03f2485a064cf75f" 36 ] 37}