1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, shine }:
7 src = fetchFromGitHub {
10 rev = "refs/tags/v${version}";
11 sha256 = "sha256-x/ubqPXT89GWYV9KIyzny0rJDB3TBurLX71i0DlvHLU=";
14 buildInputs = [ dune-configurator ];
15 propagatedBuildInputs = [ shine ];
18 homepage = "https://github.com/savonet/ocaml-shine";
19 description = "Bindings to the fixed-point mp3 encoding library shine";
20 license = licenses.gpl2Only;
21 maintainers = with maintainers; [ dandellion ];