1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, ladspaH }:
9 src = fetchFromGitHub {
11 repo = "ocaml-ladspa";
13 sha256 = "1y83infjaz9apzyvaaqw331zqdysmn3bpidfab061v3bczv4jzbz";
16 buildInputs = [ dune-configurator ];
17 propagatedBuildInputs = [ ladspaH ];
20 homepage = "https://github.com/savonet/ocaml-alsa";
21 description = "Bindings for the LADSPA API which provides audio effects";
22 license = licenses.lgpl21Only;
23 maintainers = with maintainers; [ dandellion ];