1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, ogg, speex }:
9 src = fetchFromGitHub {
13 sha256 = "0p4ip37kihlz9qy604llak2kzd00g45ix1yiihnrri2nm01scfab";
16 buildInputs = [ dune-configurator ];
17 propagatedBuildInputs = [ ogg speex.dev ];
20 homepage = "https://github.com/savonet/ocaml-speex";
21 description = "Bindings to libspeex";
22 license = licenses.gpl2Only;
23 maintainers = with maintainers; [ dandellion ];