From 95b3dbd3c079c0a96d77071ca4c8353868049f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Wollenschl=C3=A4ger?= Date: Tue, 22 Jan 2019 14:58:26 +0900 Subject: [PATCH] Add nimline (#996) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index c4fc48e..5e047dc 100644 --- a/packages.json +++ b/packages.json @@ -10292,6 +10292,21 @@ "license": "MIT", "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",