diff options
| author | Dario Lah <dario.lah@gmail.com> | 2019-05-31 21:39:06 +0200 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-05-31 21:39:06 +0200 |
| commit | 7ebf94eee4766780ade4a67bae2ea0d13de20fdb (patch) | |
| tree | 2ff8072a0dab48a07ce1c99333d5fe41cce1c85c | |
| parent | bab0824db60aa1a78e70f5d46e13ff046c620770 (diff) | |
| download | packages-7ebf94eee4766780ade4a67bae2ea0d13de20fdb.tar.gz packages-7ebf94eee4766780ade4a67bae2ea0d13de20fdb.zip | |
Added package niup (#1085)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a34419f..601c6bf 100644 --- a/packages.json +++ b/packages.json @@ -13396,5 +13396,18 @@ "description": "alignment is a library to align strings.", "license": "MIT", "web": "https://github.com/jiro4989/alignment" + }, + { + "name": "niup", + "url": "https://github.com/dariolah/niup", + "method": "git", + "tags": [ + "iup", + "gui", + "nim" + ], + "description": "IUP FFI bindings", + "license": "MIT", + "web": "https://github.com/dariolah/niup" } ] |
