From f3ae44f599a8448d4e8961876daa15f9706b6748 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 9 Nov 2020 19:06:20 +0100 Subject: [PATCH] Added package ngtcp2 (#1703) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 587845e..05c1c67 100644 --- a/packages.json +++ b/packages.json @@ -20262,5 +20262,17 @@ "description": "Find and Edit Utility", "license": "MIT", "web": "https://github.com/h3rald/fae" + }, + { + "name": "ngtcp2", + "url": "https://github.com/status-im/nim-ngtcp2", + "method": "git", + "tags": [ + "ngtcp2", + "quic" + ], + "description": "Nim wrapper around the ngtcp2 library", + "license": "MIT", + "web": "https://github.com/status-im/nim-ngtcp2" } ]