10 pname = "xmlplaylist";
15 src = fetchFromGitHub {
17 repo = "ocaml-xmlplaylist";
19 sha256 = "1x5lbwkr2ip00x8vyfbl8936yy79j138vx8a16ix7g9p2j5qsfcq";
22 buildInputs = [ dune-configurator ];
23 propagatedBuildInputs = [ xmlm ];
26 homepage = "https://github.com/savonet/ocaml-xmlplaylist";
27 description = "Module to parse various RSS playlist formats";
28 license = licenses.lgpl21Only;
29 maintainers = with maintainers; [ dandellion ];