diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-01 17:18:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-01 17:18:05 +0000 |
| commit | 80d14ec653ffadf46ed968119a022eef02276718 (patch) | |
| tree | 8eb53f2f5b3b7b2c1dd268d7de99dbf6e550989b | |
| parent | 602ffa593bd79dba87fd808611318c0b546d689a (diff) | |
| parent | 13f7e8698e152144b7f5965296b707a370e2e7a3 (diff) | |
| download | packages-80d14ec653ffadf46ed968119a022eef02276718.tar.gz packages-80d14ec653ffadf46ed968119a022eef02276718.zip | |
Merge pull request #479 from stisa/master
add snail and websockets
| -rw-r--r-- | packages.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d193e6d..6e59a01 100644 --- a/packages.json +++ b/packages.json @@ -6003,5 +6003,32 @@ "description": "Neverwinter Nights 1 data accessor library", "license": "MIT", "web": "https://github.com/niv/neverwinter.nim" + }, + { + "name": "snail", + "url": "https://github.com/stisa/snail", + "method": "git", + "tags": [ + "js", + "matrix", + "linear algebra" + ], + "description": "Simple linear algebra for nim. Js too.", + "license": "MIT", + "web": "http://stisa.space/snail/" + }, + { + "name": "websockets", + "url": "https://github.com/stisa/websockets", + "method": "git", + "tags": [ + "js", + "javascripts", + "ws", + "websockets" + ], + "description": "Websockets wrapper for nim js backend.", + "license": "MIT", + "web": "http://stisa.space/websockets/" } ] |
