From 8a267fe2beb0f88ae7dcf9b66c30977cd99ddcb2 Mon Sep 17 00:00:00 2001 From: Mildred Ki'Lya Date: Thu, 1 Jul 2021 22:03:18 +0200 Subject: [PATCH] Add resolv.nim (#1960) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c78fa0f..d9bd593 100644 --- a/packages.json +++ b/packages.json @@ -19589,6 +19589,19 @@ "license": "GPL-3.0", "web": "https://github.com/mildred/nimnews" }, + { + "name": "resolv", + "url": "https://github.com/mildred/resolv.nim", + "method": "git", + "tags": [ + "dns", + "dnsclient", + "client" + ], + "description": "DNS resolution nimble making use of the native glibc resolv library", + "license": "MIT", + "web": "https://github.com/mildred/resolv.nim" + }, { "name": "zopflipng", "url": "https://github.com/bung87/zopflipng",