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