this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Bindings for the AO library which provides high-level functions for using soundcards"
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-ao"
8bug-reports: "https://github.com/savonet/ocaml-ao/issues"
9depends: [
10 "conf-ao"
11 "conf-pkg-config"
12 "dune" {>= "2.0"}
13 "dune-configurator"
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/savonet/ocaml-ao.git"
30url {
31 src: "https://github.com/savonet/ocaml-ao/archive/v0.2.3.tar.gz"
32 checksum: [
33 "md5=866189ecffd36e83ab314796133f0276"
34 "sha512=78797eba556b8574c0cd582fe09558065b2daf6150942f5eb74f862d181161b47335874a41062ea1ee627dcf667a83a0bbb383a14b2a44aa9f0d7935485c7542"
35 ]
36}