diff options
| author | Jörg Wollenschläger <joerg.wollenschlaeger@gmail.com> | 2019-01-22 14:58:26 +0900 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-01-22 06:58:26 +0100 |
| commit | 95b3dbd3c079c0a96d77071ca4c8353868049f11 (patch) | |
| tree | c381246f4a769b0a3f5250d0e1c23e1b94aa6326 | |
| parent | 7ae577f0cc949e6757231b392c2dac3529d53703 (diff) | |
| download | packages-95b3dbd3c079c0a96d77071ca4c8353868049f11.tar.gz packages-95b3dbd3c079c0a96d77071ca4c8353868049f11.zip | |
Add nimline (#996)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c4fc48e..5e047dc 100644 --- a/packages.json +++ b/packages.json @@ -10293,6 +10293,21 @@ "web": "https://github.com/fragcolor-xyz/fragments" }, { + "name": "nimline", + "url": "https://github.com/fragcolor-xyz/nimline", + "method": "git", + "tags": [ + "c", + "c++", + "interop", + "ffi", + "wrappers" + ], + "description": "Wrapper-less C/C++ interop for Nim", + "license": "MIT", + "web": "https://github.com/fragcolor-xyz/nimline" + }, + { "name": "nim_telegram_bot", "url": "https://github.com/juancarlospaco/nim-telegram-bot", "method": "git", |
