1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, libmad }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-iJjANV2M68v3C3db1n9Y8V6yJKuDBDSjtMteamndN7U=";
14 buildInputs = [ dune-configurator ];
15 propagatedBuildInputs = [ libmad ];
18 homepage = "https://github.com/savonet/ocaml-mad";
19 description = "Bindings for the mad library which provides functions for encoding wave audio files into mp3";
20 license = licenses.gpl2Plus;
21 maintainers = with maintainers; [ dandellion ];