12 minimalOCamlVersion = "4.08";
14 src = fetchFromGitHub {
16 repo = "ocaml-lastfm";
18 sha256 = "sha256-1te9B2+sUmkT/i2K5ueswWAWpvJf9rXob0zR4CMOJlg=";
21 propagatedBuildInputs = [
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 ];