this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "Bindings for the AO library which provides high-level functions for using soundcards" 5maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 7license: "LGPL-2.1" 8homepage: "https://github.com/savonet/ocaml-ao" 9bug-reports: "https://github.com/savonet/ocaml-ao/issues" 10depends: [ 11 "conf-ao" 12 "conf-pkg-config" 13 "dune" {>= "2.8"} 14 "dune-configurator" 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/savonet/ocaml-ao.git" 32url { 33 src: "https://github.com/savonet/ocaml-ao/archive/v0.2.4.tar.gz" 34 checksum: [ 35 "md5=cc7e55bd899442e37757316cc06db3d7" 36 "sha512=bea743458241e3c46c1ea9008a85058fc46c8798defb983cc6a9a6530e3e62cb8d982d6ed29a91933faa23bb422c96412c973ff004ed4d79f864941188ca234a" 37 ] 38}