aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-04-09 17:38:35 +0200
committerGitHub <noreply@github.com>2017-04-09 17:38:35 +0200
commit1fc35aefb7c0e96dbcef488a8c283b3baadcabcf (patch)
treeeb1758744c67f8f2ece746616b84c6c5e7c35811
parentce8f005cf712cc0cf5e25c06a12f5bb416b12804 (diff)
parent1af54a2af5b450d712679357b707e29710b2ae5b (diff)
downloadpackages-1fc35aefb7c0e96dbcef488a8c283b3baadcabcf.tar.gz
packages-1fc35aefb7c0e96dbcef488a8c283b3baadcabcf.zip
Merge pull request #493 from samdmarshall/add-notmuch0138
Add package notmuch
-rw-r--r--packages.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index cca93b9..451dba5 100644
--- a/packages.json
+++ b/packages.json
@@ -6,7 +6,7 @@
"tags": [
"library",
"discord"
- ],
+ ],
"description": "Discord library for Nim",
"license": "MIT",
"web": "https://github.com/Krognol/discordnim"
@@ -6191,5 +6191,16 @@
"description": "String algorithms with succinct data structures",
"license": "Apache2",
"web": "https://unicredit.github.io/cello/"
+ },
+ {
+ "name": "notmuch",
+ "url": "https://github.com/samdmarshall/notmuch.nim",
+ "method": "git",
+ "tags": [
+ "notmuch", "wrapper", "email", "tagging"
+ ],
+ "description": "wrapper for the notmuch mail library",
+ "license": "BSD 3-Clause",
+ "web": "https://github.com/samdmarshall/notmuch.nim"
}
]