11 buildDunePackage rec {
17 src = fetchFromGitHub {
19 repo = "ocaml-lastfm";
21 sha256 = "1sz400ny9h7fs20k7600q475q164x49ba30ls3q9y35rhm3g2y2b";
24 propagatedBuildInputs = [ xmlplaylist ocaml_pcre ocamlnet ];
27 homepage = "https://github.com/savonet/ocaml-lastfm";
28 description = "OCaml API to lastfm radio and audioscrobbler";
29 license = licenses.lgpl21Only;
30 maintainers = with maintainers; [ dandellion ];