diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-12-30 14:44:35 -0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-12-30 18:44:35 +0100 |
| commit | b4dc90c531ea5ff2ba4b5754eb375a20e554c89f (patch) | |
| tree | 7f179b4d19e6707c8b247e0a7c7bc4d3ab46ed53 | |
| parent | 245def8e44c06679b2e02dbad6775f7c99ef52b4 (diff) | |
| download | packages-b4dc90c531ea5ff2ba4b5754eb375a20e554c89f.tar.gz packages-b4dc90c531ea5ff2ba4b5754eb375a20e554c89f.zip | |
Added package itchio (#973)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f3d43f6..c731cd4 100644 --- a/packages.json +++ b/packages.json @@ -12321,5 +12321,20 @@ "description": "Steam API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-steam" + }, + { + "name": "itchio", + "url": "https://github.com/juancarlospaco/nim-itchio", + "method": "git", + "tags": [ + "itchio", + "game", + "gaming", + "async", + "multisync" + ], + "description": "itch.io API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-itchio" } ] |
