diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2015-06-23 20:35:14 +0200 |
|---|---|---|
| committer | Andreas Rumpf <rumpf_a@web.de> | 2015-06-23 20:35:14 +0200 |
| commit | 2c735bed948474c5a9dce6d053734932491a2f64 (patch) | |
| tree | 28c50968ac9537ca85f1b9be32cf2b2aa309e1f2 | |
| parent | 0a61caf3c86cd96b8b4988dc443cadf9315071d0 (diff) | |
| parent | 6174a33883992648ee9dc35ad651da6367860b96 (diff) | |
| download | packages-2c735bed948474c5a9dce6d053734932491a2f64.tar.gz packages-2c735bed948474c5a9dce6d053734932491a2f64.zip | |
Merge pull request #196 from Araq/master
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" } ] |
