1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, pkg-config, ogg, libopus }:
9 src = fetchFromGitHub {
13 sha256 = "sha256-Ghfqw/J1oLbTJpYJaiB5M79jaA6DACvyxBVE+NjnPkg=";
16 nativeBuildInputs = [ pkg-config ];
17 buildInputs = [ dune-configurator ];
18 propagatedBuildInputs = [ ogg libopus.dev ];
21 homepage = "https://github.com/savonet/ocaml-opus";
22 description = "Bindings to libopus";
23 license = licenses.gpl2Only;
24 maintainers = with maintainers; [ dandellion ];