10 buildDunePackage rec {
16 src = fetchFromGitHub {
18 repo = "ocaml-vorbis";
20 hash = "sha256-iCoE7I70wAp4n4XfETVKeaob2811E97/e6144bY/nqk=";
23 buildInputs = [ dune-configurator ];
24 propagatedBuildInputs = [
30 homepage = "https://github.com/savonet/ocaml-vorbis";
31 description = "Bindings to libvorbis";
32 license = licenses.gpl2Only;
33 maintainers = with maintainers; [ dandellion ];