diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-12-30 10:06:59 -0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-12-30 14:06:59 +0100 |
| commit | 245def8e44c06679b2e02dbad6775f7c99ef52b4 (patch) | |
| tree | 96e119050cfd50b57bea2ef667256c7d7c569c12 | |
| parent | 0e6d1c64b4cceaa8e274b63fd031b692c90762b5 (diff) | |
| download | packages-245def8e44c06679b2e02dbad6775f7c99ef52b4.tar.gz packages-245def8e44c06679b2e02dbad6775f7c99ef52b4.zip | |
Added package steam (#972)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3d7d87b..f3d43f6 100644 --- a/packages.json +++ b/packages.json @@ -12306,5 +12306,20 @@ "description": "Unsplash API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-unsplash" + }, + { + "name": "steam", + "url": "https://github.com/juancarlospaco/nim-steam", + "method": "git", + "tags": [ + "steam", + "game", + "gaming", + "async", + "multisync" + ], + "description": "Steam API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-steam" } ] |
