Added package htmlparser (#2730)

Added by PhilippMDoerner in lieu of ringabout having a bad internet connection right now.
This commit is contained in:
PhilippMDoerner 2023-10-27 15:25:58 +02:00 committed by GitHub
parent f46d70d2af
commit 5253d604fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31663,5 +31663,20 @@
"description": "Yet another CLI option parser generator for Nim.",
"license": "MIT",
"web": "https://github.com/xjzh123/clim"
},
{
"name": "htmlparser",
"url": "https://github.com/nim-lang/htmlparser",
"method": "git",
"tags": [
"parser",
"HTML",
"official",
"web",
"library"
],
"description": "Parse a HTML document in Nim.",
"license": "MIT",
"web": "https://github.com/nim-lang/htmlparser"
}
]