Merge pull request #495 from samdmarshall/add-pluginmanager1240

Add package pluginmanager
This commit is contained in:
Dominik Picheta 2017-04-16 20:12:12 +02:00 committed by GitHub
commit 5c743c5c6a

View File

@ -6197,12 +6197,28 @@
"url": "https://github.com/samdmarshall/notmuch.nim",
"method": "git",
"tags": [
"notmuch", "wrapper", "email", "tagging"
"notmuch",
"wrapper",
"email",
"tagging"
],
"description": "wrapper for the notmuch mail library",
"license": "BSD 3-Clause",
"web": "https://github.com/samdmarshall/notmuch.nim"
},
{
"name": "pluginmanager",
"url": "https://github.com/samdmarshall/plugin-manager",
"method": "git",
"tags": [
"plugin",
"dylib",
"manager"
],
"description": "Simple plugin implementation",
"license": "BSD 3-Clause",
"web": "https://github.com/samdmarshall/plugin-manager"
},
{
"name": "node",
"url": "https://github.com/tulayang/nimnode",