1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, ogg, libvorbis }:
9 src = fetchFromGitHub {
11 repo = "ocaml-vorbis";
13 hash = "sha256-iCoE7I70wAp4n4XfETVKeaob2811E97/e6144bY/nqk=";
16 buildInputs = [ dune-configurator ];
17 propagatedBuildInputs = [ ogg libvorbis ];
20 homepage = "https://github.com/savonet/ocaml-vorbis";
21 description = "Bindings to libvorbis";
22 license = licenses.gpl2Only;
23 maintainers = with maintainers; [ dandellion ];