diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-09 20:53:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-09 20:53:36 +0100 |
| commit | 115dde2d70d05ff1d05a90608f0479c7c3f1a3d9 (patch) | |
| tree | 3f84920bfcdc92bf01c60ae0408d53ae231814cb | |
| parent | 40da43570e335d5c00e34807c9328df790fe51f7 (diff) | |
| parent | e34027e77501dd2dd893342f3a5444e89f5345a4 (diff) | |
| download | packages-115dde2d70d05ff1d05a90608f0479c7c3f1a3d9.tar.gz packages-115dde2d70d05ff1d05a90608f0479c7c3f1a3d9.zip | |
Merge pull request #884 from ba0f3/add-sequoia1509
Add package sequoia
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 087324b..45fee4b 100644 --- a/packages.json +++ b/packages.json @@ -10992,5 +10992,19 @@ "description": "Nim wrapper for libtess2", "license": "MIT", "web": "https://github.com/genotrance/nimtess2" + }, + { + "name": "sequoia", + "url": "https://github.com/ba0f3/sequoia.nim", + "method": "git", + "tags": [ + "sequoia", + "pgp", + "openpgp", + "wrapper" + ], + "description": "Sequoia PGP wrapper for Nim", + "license": "GPLv3", + "web": "https://github.com/ba0f3/sequoia.nim" } ] |
