this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Bindings for the ALSA library which provides functions for using soundcards"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "GPL-2.0-only"
7homepage: "https://github.com/savonet/ocaml-alsa"
8bug-reports: "https://github.com/savonet/ocaml-alsa/issues"
9depends: [
10 "conf-alsa"
11 "conf-pkg-config"
12 "ocaml" {>= "4.02.0"}
13 "dune" {> "2.0"}
14 "dune-configurator"
15]
16conflicts: [
17 "liquidsoap" {<= "1.4.2"}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/savonet/ocaml-alsa.git"
34available: [os = "linux"]
35url {
36 src: "https://github.com/savonet/ocaml-alsa/archive/0.3.0.tar.gz"
37 checksum: [
38 "md5=abe2eed424387f316e09d90886c3dde1"
39 "sha512=2ea42175e97dd8bc1db2f0f890c3f969493c71ba231ffd254501975ffa027aea037e29d2ecbeebcba4d161b2a50e02ba91d968449f2b3c9b6c4fe7c2adb78b35"
40 ]
41}