10 buildDunePackage rec {
14 src = fetchFromGitHub {
16 repo = "ocaml-frei0r";
18 sha256 = "sha256-eh/ymZO/3a1z6uvZdnXgma/7AU2NBVs2lddA+R/kuQA=";
21 nativeBuildInputs = [ pkg-config ];
22 buildInputs = [ dune-configurator ];
23 propagatedBuildInputs = [ frei0r ];
26 homepage = "https://github.com/savonet/ocaml-frei0r";
27 description = "Bindings for the frei0r API which provides video effects";
28 license = licenses.lgpl21Plus;
29 maintainers = with maintainers; [ dandellion ];