diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-03-23 14:29:37 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-03-23 14:29:37 +0000 |
| commit | 01f9a80360749f59ead4a5457d004087f654e08e (patch) | |
| tree | c09ff85b8af902142115b9430aff133878bf44f3 | |
| parent | 758c2474ba89c4d84b2441fe27f55f545a8f056f (diff) | |
| parent | aea8c61437ce10e0664f92c04b99cc001fccdf9e (diff) | |
| download | packages-01f9a80360749f59ead4a5457d004087f654e08e.tar.gz packages-01f9a80360749f59ead4a5457d004087f654e08e.zip | |
Merge branch 'master' of https://github.com/kubo39/packages into kubo39-master
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2b553cd..4091ccf 100644 --- a/packages.json +++ b/packages.json @@ -4400,5 +4400,18 @@ "description": "Fast and just works JSON-Binding for Nim", "license": "MIT", "web": "https://github.com/OpenSystemsLab/sam.nim" + }, + { + "name": "twitter", + "url": "git://github.com/kubo39/twitter", + "method": "git", + "tags": [ + "library", + "wrapper", + "twitter" + ], + "description": "Low-level twitter API wrapper library for Nim.", + "license": "MIT", + "web": "https://github.com/kubo39/twitter" } ] |
