diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-06-20 00:26:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-20 00:26:38 +0100 |
| commit | f2628a6bbd56c9b0668e977d1a6b136e748d752b (patch) | |
| tree | 9c6a20ffa6e80824ec022911db8731d34254e89b | |
| parent | 46e55707a4b9920c4a08e036548b46161014f962 (diff) | |
| parent | a8b0d34ac446747185afdf67f78de23ed204d35f (diff) | |
| download | packages-f2628a6bbd56c9b0668e977d1a6b136e748d752b.tar.gz packages-f2628a6bbd56c9b0668e977d1a6b136e748d752b.zip | |
Merge branch 'master' into add-tiger0442
| -rw-r--r-- | packages.json | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/packages.json b/packages.json index 3a6bce2..c171ed7 100644 --- a/packages.json +++ b/packages.json @@ -251,7 +251,7 @@ }, { "name": "nim-glfw", - "url": "https://github.com/EXetoC/nim-glfw/", + "url": "https://github.com/ephja/nim-glfw", "method": "git", "tags": [ "library", @@ -262,11 +262,11 @@ ], "description": "A high-level GLFW 3 wrapper", "license": "MIT", - "web": "https://github.com/EXetoC/nim-glfw" + "web": "https://github.com/ephja/nim-glfw" }, { "name": "nim-ao", - "url": "https://github.com/EXetoC/nim-ao/", + "url": "https://github.com/ephja/nim-ao", "method": "git", "tags": [ "library", @@ -274,7 +274,7 @@ ], "description": "A high-level libao wrapper", "license": "MIT", - "web": "https://github.com/EXetoC/nim-ao" + "web": "https://github.com/ephja/nim-ao" }, { "name": "termbox", @@ -6523,5 +6523,19 @@ "description": "Tiger hash function", "license": "MIT", "web": "https://github.com/ehmry/tiger" + }, + { + "name": "pipe", + "url": "https://github.com/5paceToast/pipe", + "method": "git", + "tags": [ + "pipe", + "macro", + "operator", + "functional" + ], + "description": "Pipe operator for nim.", + "license": "MIT", + "web": "https://github.com/5paceToast/pipe" } ] |
