1 { lib, buildDunePackage, fetchFromGitHub, dune-configurator, xmlm }:
9 src = fetchFromGitHub {
11 repo = "ocaml-xmlplaylist";
13 sha256 = "1x5lbwkr2ip00x8vyfbl8936yy79j138vx8a16ix7g9p2j5qsfcq";
16 buildInputs = [ dune-configurator ];
17 propagatedBuildInputs = [ xmlm ];
20 homepage = "https://github.com/savonet/ocaml-xmlplaylist";
21 description = "Module to parse various RSS playlist formats";
22 license = licenses.lgpl21Only;
23 maintainers = with maintainers; [ dandellion ];