1 { lib, buildDunePackage, fetchFromGitHub
12 minimalOCamlVersion = "4.08";
14 src = fetchFromGitHub {
18 sha256 = "sha256-iD18bCbouBuMpuSzruDZJoYz2YyN080RK8BavUF3beY=";
21 buildInputs = [ dune-configurator ];
22 propagatedBuildInputs = [ ctypes-foreign posix-socket srt ];
25 description = "OCaml bindings for the libsrt library";
26 license = lib.licenses.gpl2Only;
27 inherit (src.meta) homepage;
28 maintainers = with maintainers; [ vbgl dandellion ];