1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator
2 , alsa, ao, mad, pulseaudio, theora
11 minimalOCamlVersion = "4.12";
13 src = fetchFromGitHub {
17 sha256 = "sha256-RM+vsWf2RK5dY84KcqeR/OHwO42EDycrYgfOUFpUE44=";
20 buildInputs = [ dune-configurator ];
21 propagatedBuildInputs = [ alsa ao mad pulseaudio theora ]; # ocamlsdl is blocked in nixpkgs from building for ocaml >= 4.06
24 homepage = "https://github.com/savonet/ocaml-mm";
25 description = "High-level library to create and manipulate multimedia streams";
26 license = licenses.lgpl21Plus;
27 maintainers = with maintainers; [ dandellion ];