diff options
| author | ryukoposting <44929006+ryukoposting@users.noreply.github.com> | 2019-01-31 01:05:07 -0600 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-01-31 08:05:07 +0100 |
| commit | 9c3f46fdfad02d4d7628c2795c586af9fef2b3f1 (patch) | |
| tree | d8afcb9a2a32a05433a183980edb80ec01e59f6c | |
| parent | d0409a6b9d25fd2158ac38a419ddfada56ed1c10 (diff) | |
| download | packages-9c3f46fdfad02d4d7628c2795c586af9fef2b3f1.tar.gz packages-9c3f46fdfad02d4d7628c2795c586af9fef2b3f1.zip | |
Add package lastfm (#1000)
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 716153e..82a5cbd 100644 --- a/packages.json +++ b/packages.json @@ -12556,5 +12556,22 @@ "description": "Simple 'with' macro for Nim", "license": "MIT", "web": "https://github.com/zevv/with" + }, + { + "name": "lastfm", + "url": "https://gitlab.com/ryukoposting/lastfm-nim", + "method": "git", + "tags": [ + "last.fm", + "lastfm", + "music", + "metadata", + "api", + "async", + "ryukoposting" + ], + "description": "Last.FM API breakouts (documentation: http://ryuk.ooo/nimdocs/lastfm/lastfm.html)", + "license": "Apache-2.0", + "web": "https://gitlab.com/ryukoposting/lastfm-nim" } ] |
