diff options
| author | Adrian Veith <adrian@veith-system.de> | 2018-09-19 17:27:52 +0200 |
|---|---|---|
| committer | Adrian Veith <adrian@veith-system.de> | 2018-09-19 17:27:52 +0200 |
| commit | ac971e0d2c231a21b00f3490976ea91f8baef952 (patch) | |
| tree | 92f0b7de89940701e550265dbd0ce4df9f185567 | |
| parent | d8f72c071f4f375474ba162679655eee859c8d82 (diff) | |
| download | packages-ac971e0d2c231a21b00f3490976ea91f8baef952.tar.gz packages-ac971e0d2c231a21b00f3490976ea91f8baef952.zip | |
Added package nimcb
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" } ] |
