1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, libao }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-HhJdb4i9B4gz3emgDCDT4riQuAsY4uP/47biu7EZ+sk=";
14 buildInputs = [ dune-configurator ];
15 propagatedBuildInputs = [ libao ];
18 homepage = "https://github.com/savonet/ocaml-ao";
19 description = "OCaml bindings for libao";
20 license = licenses.lgpl21Plus;
21 maintainers = with maintainers; [ dandellion ];