diff options
| author | Araq <rumpf_a@web.de> | 2015-06-23 20:27:47 +0200 |
|---|---|---|
| committer | Araq <rumpf_a@web.de> | 2015-06-23 20:27:47 +0200 |
| commit | 6174a33883992648ee9dc35ad651da6367860b96 (patch) | |
| tree | 28c50968ac9537ca85f1b9be32cf2b2aa309e1f2 | |
| parent | 3c75d95d9a7c51b82215ae1d6a1fb06289fc8f08 (diff) | |
| download | packages-6174a33883992648ee9dc35ad651da6367860b96.tar.gz packages-6174a33883992648ee9dc35ad651da6367860b96.zip | |
added oldwinapi package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 866c36c..5604b78 100644 --- a/packages.json +++ b/packages.json @@ -1749,5 +1749,14 @@ "description": "Temporary package to fix broken code in 0.11.2 stable.", "license": "MIT", "web": "https://github.com/fallingduck/options-nim" + }, + { + "name": "oldwinapi", + "url": "git://github.com/nim-lang/oldwinapi", + "method": "git", + "tags": ["library", "windows", "api"], + "description": "Old Win API library for Nim", + "license": "LGPL with static linking exception", + "web": "https://github.com/nim-lang/oldwinapi" } ] |
