diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-05-29 21:07:11 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-05-29 21:07:11 -0500 |
| commit | b38dcb8bbcd7a65df47c803977a3fd30de467c44 (patch) | |
| tree | d403ebaf30dbd438f88cc6081f6fdabcb2ee996e | |
| parent | 284760391183f71f9ff5d7f381f1c2dbeba17a68 (diff) | |
| parent | 37b9ab4ca34ff345a2fdd7efdbfe88f34d610e31 (diff) | |
| download | packages-b38dcb8bbcd7a65df47c803977a3fd30de467c44.tar.gz packages-b38dcb8bbcd7a65df47c803977a3fd30de467c44.zip | |
Merge pull request #61 from onionhammer/patch-3
Added clibpp C++ library wrapping package
| -rw-r--r-- | packages.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 65b2eb2..c444dcb 100644 --- a/packages.json +++ b/packages.json @@ -238,7 +238,15 @@ "license": "MIT", "web": "https://github.com/dom96/ipsumgenera" }, - + { + "name": "clibpp", + "url": "https://github.com/onionhammer/clibpp.git", + "method": "git", + "tags": ["import", "C++", "library", "wrap"], + "description": "Easy way to 'Mock' C++ interface", + "license": "MIT", + "web": "https://github.com/onionhammer/clibpp" + }, { "name": "pastebin", "url": "git://github.com/achesak/nimrod-pastebin", |
