this repo has no description
1opam-version: "2.0"
2maintainer: "smimram@gmail.com"
3build: [
4 ["./configure" "--prefix" prefix]
5 [make]
6]
7remove: [["ocamlfind" "remove" "ao"]]
8depends: ["ocaml" "ocamlfind" "conf-pkg-config" {build}]
9depexts: [
10 ["libao-dev"] {os-family = "debian"}
11]
12install: [make "install"]
13synopsis:
14 "Bindings for the AO library which provides high-level functions for using soundcards"
15flags: light-uninstall
16url {
17 src:
18 "http://downloads.sourceforge.net/project/savonet/ocaml-ao/0.2.0/ocaml-ao-0.2.0.tar.gz"
19 checksum: [
20 "sha256=c5f56b3aa95102cd9ce9af120f21800ff3d865bcf3106fe407a84ba4121e9874"
21 "md5=efd1e9aa49c42246765020f07ae4a903"
22 ]
23}