From e34027e77501dd2dd893342f3a5444e89f5345a4 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Oct 2018 22:09:18 +0700 Subject: [PATCH] Added package sequoia --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]