1 { lib, fetchFromGitHub }:
6 src = fetchFromGitHub {
10 sha256 = "sha256-XqZATaxpW0lEdrRTXVTc0laQAx437+eoa/zOzZV1kHk=";
14 homepage = "https://github.com/savonet/ocaml-ffmpeg";
15 description = "Bindings for the ffmpeg libraries";
16 license = licenses.lgpl21Only;
17 maintainers = with maintainers; [ dandellion ];