Add resolv.nim (#1960)

This commit is contained in:
Mildred Ki'Lya 2021-07-01 22:03:18 +02:00 committed by GitHub
parent a96222a24c
commit 8a267fe2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",