diff options
| author | Samantha Marshall <me@samdmarshall.com> | 2017-04-16 08:40:52 -0400 |
|---|---|---|
| committer | Samantha Marshall <me@samdmarshall.com> | 2017-04-16 08:40:52 -0400 |
| commit | 921fd1f58ba50cfbd57e651404caf6b8c506e5c7 (patch) | |
| tree | 7d3b971955525389a8cbbdf9381b4a3b53b9fdbc | |
| parent | 1fc35aefb7c0e96dbcef488a8c283b3baadcabcf (diff) | |
| download | packages-921fd1f58ba50cfbd57e651404caf6b8c506e5c7.tar.gz packages-921fd1f58ba50cfbd57e651404caf6b8c506e5c7.zip | |
Added package pluginmanager
| -rw-r--r-- | packages.json | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 451dba5..dd01573 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
