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