1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator
2 , alsa, ao, mad, pulseaudio, theora
11 minimalOCamlVersion = "4.12";
13 src = fetchFromGitHub {
17 sha256 = "sha256-ME6Naza7OvZ/63zEjrPeKq5JwMoMfV2fpkCuZdtCZ/c=";
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 ];