aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2018-12-30 14:44:35 -0300
committerMiran <narimiran@disroot.org>2018-12-30 18:44:35 +0100
commitb4dc90c531ea5ff2ba4b5754eb375a20e554c89f (patch)
tree7f179b4d19e6707c8b247e0a7c7bc4d3ab46ed53
parent245def8e44c06679b2e02dbad6775f7c99ef52b4 (diff)
downloadpackages-b4dc90c531ea5ff2ba4b5754eb375a20e554c89f.tar.gz
packages-b4dc90c531ea5ff2ba4b5754eb375a20e554c89f.zip
Added package itchio (#973)
-rw-r--r--packages.json15
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"
}
]