13 minimalOCamlVersion = "4.02";
15 src = fetchFromGitHub {
19 sha256 = "1qy22g73qc311rmv41w005rdlj5mfnn4yj1dx1jhqzr31zixl8hj";
22 buildInputs = [ dune-configurator ];
23 propagatedBuildInputs = [ alsa-lib ];
26 homepage = "https://github.com/savonet/ocaml-alsa";
27 description = "OCaml interface for libasound2";
28 license = licenses.gpl2Only;
29 maintainers = with maintainers; [ dandellion ];