1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, libogg }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-S6rJw90c//a9d63weCLuOBoQwNqbpTb+lRytvHUOZuc=";
14 minimalOCamlVersion = "4.08";
16 buildInputs = [ dune-configurator ];
17 propagatedBuildInputs = [ libogg ];
20 homepage = "https://github.com/savonet/ocaml-ogg";
21 description = "Bindings to libogg";
22 license = licenses.lgpl21Only;
23 maintainers = with maintainers; [ dandellion ];