diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-04-16 20:12:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-16 20:12:12 +0200 |
| commit | 5c743c5c6af27edeb4c1ec1b8b799bc4db889864 (patch) | |
| tree | 3a8b75967dba9f5a43b1c944490cdbbe3e8e293f /packages.json | |
| parent | f9d5becccb532d134474910caf48d08568e1bb9d (diff) | |
| parent | ac64b31970fb3cdd90790cf61e5def4931ad1c10 (diff) | |
| download | packages-5c743c5c6af27edeb4c1ec1b8b799bc4db889864.tar.gz packages-5c743c5c6af27edeb4c1ec1b8b799bc4db889864.zip | |
Merge pull request #495 from samdmarshall/add-pluginmanager1240
Add package pluginmanager
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/packages.json b/packages.json index ab055ec..1022866 100644 --- a/packages.json +++ b/packages.json @@ -6197,13 +6197,29 @@ "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", "method": "git", |
