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.2.tar.gz"
32 checksum: [
33 "md5=30c33ab48f6df249c55fd31f4c1d0dee"
34 "sha512=642a774f9a28d3318ce51ac94b11f058dcbb01ed188292f4d1bf2955665142e1f6145a23122c33197110bdf76be8d92116199c0654f1e3f434d9abcf19ae8524"
35 ]
36}