1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator
2 , alsa, ao, mad, pulseaudio, theora
9 minimalOCamlVersion = "4.12";
11 src = fetchFromGitHub {
15 sha256 = "sha256-7ozt+OgKNxMnjl2R+/ce27ZyL+T6BShvnnFE5BasJC4=";
18 buildInputs = [ dune-configurator ];
19 propagatedBuildInputs = [ alsa ao mad pulseaudio theora ]; # ocamlsdl is blocked in nixpkgs from building for ocaml >= 4.06
22 homepage = "https://github.com/savonet/ocaml-mm";
23 description = "High-level library to create and manipulate multimedia streams";
24 license = licenses.lgpl21Plus;
25 maintainers = with maintainers; [ dandellion ];