Added package pluginmanager

This commit is contained in:
Samantha Marshall 2017-04-16 08:40:52 -04:00
parent 1fc35aefb7
commit 921fd1f58b
No known key found for this signature in database
GPG Key ID: DF782CB74434EFA2

View File

@ -6197,10 +6197,27 @@
"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"
}
]