1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, pkg-config, ogg, flac }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-HRRQd//e6Eh2HuyO+U00ILu5FoBT9jf/nRJzDOie70A=";
14 nativeBuildInputs = [ pkg-config ];
15 buildInputs = [ dune-configurator ];
16 propagatedBuildInputs = [ ogg flac.dev ];
19 homepage = "https://github.com/savonet/ocaml-flac";
20 description = "Bindings for flac";
21 license = licenses.gpl2Only;
22 maintainers = with maintainers; [ dandellion ];