From ac971e0d2c231a21b00f3490976ea91f8baef952 Mon Sep 17 00:00:00 2001 From: Adrian Veith Date: Wed, 19 Sep 2018 17:27:52 +0200 Subject: [PATCH] Added package nimcb --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1162b27..c2b387a 100644 --- a/packages.json +++ b/packages.json @@ -10733,5 +10733,17 @@ "description": "Calibre Database Lib for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-calibre" + }, + { + "name": "nimcb", + "url": "https://github.com/AdrianV/nimcb", + "method": "git", + "tags": [ + "c++-builder", + "msbuild" + ], + "description": "Integrate nim projects in the C++Builder build process", + "license": "MIT", + "web": "https://github.com/AdrianV/nimcb" } ]