aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-01-16 20:11:28 +0100
committerGitHub <noreply@github.com>2017-01-16 20:11:28 +0100
commit76953cf54cede99c06782e7a5220a643cad2b517 (patch)
tree9600d13e77aabeeaa6e0a4213a902ced4f33d58d
parenta4546389ce6a34b419292fd75f50d0a493958380 (diff)
parent36a2c12142b49f34c73e797e3ea38a9b44b9e179 (diff)
downloadpackages-76953cf54cede99c06782e7a5220a643cad2b517.tar.gz
packages-76953cf54cede99c06782e7a5220a643cad2b517.zip
Merge pull request #454 from khchen/master
Update packages.json
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 78ed4cf..7608170 100644
--- a/packages.json
+++ b/packages.json
@@ -5722,5 +5722,19 @@
"description": "AJAX bindings for Nim's JavaScript target",
"license": "MIT",
"web": "https://gitlab.com/define-private-public/AJAX-Nim"
+ },
+ {
+ "name": "winim",
+ "url": "https://github.com/khchen/winim",
+ "method": "git",
+ "tags": [
+ "library",
+ "windows",
+ "api",
+ "com"
+ ],
+ "description": "Nim's Windows API and COM Library",
+ "license": "MIT",
+ "web": "https://github.com/khchen/winim"
}
]