diff options
| author | Samantha Marshall <me@samdmarshall.com> | 2017-04-05 21:38:19 -0400 |
|---|---|---|
| committer | Samantha Marshall <me@samdmarshall.com> | 2017-04-05 21:38:19 -0400 |
| commit | 3040700ffa0db343c091d2181f53c6593b45ac29 (patch) | |
| tree | 04290607fc3477b7d6352796161186d97ea787a2 | |
| parent | ce8f005cf712cc0cf5e25c06a12f5bb416b12804 (diff) | |
| download | packages-3040700ffa0db343c091d2181f53c6593b45ac29.tar.gz packages-3040700ffa0db343c091d2181f53c6593b45ac29.zip | |
Added package notmuch
| -rw-r--r-- | packages.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/packages.json b/packages.json index cca93b9..f3b1f36 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" + ], + "description": "wrapper for the notmuch mail library", + "license": "BSD 3-Clause", + "web": "https://github.com/samdmarshall/notmuch.nim" } ] |
