diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-20 22:21:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-20 22:21:25 +0100 |
| commit | 315b0435f6034ab65caeb59fe90f76898e25a42f (patch) | |
| tree | 7d85b10bc401e901a93fef3698f652a4dd67816f | |
| parent | 9b5fd257bd6935197367f132096a1691e28568d5 (diff) | |
| parent | ac971e0d2c231a21b00f3490976ea91f8baef952 (diff) | |
| download | packages-315b0435f6034ab65caeb59fe90f76898e25a42f.tar.gz packages-315b0435f6034ab65caeb59fe90f76898e25a42f.zip | |
Merge pull request #862 from AdrianV/add-nimcb1527
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 379dcc9..5a96d1d 100644 --- a/packages.json +++ b/packages.json @@ -10745,5 +10745,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" } ] |
