diff --git a/packages.json b/packages.json index a7cb0ec..b0f46f8 100644 --- a/packages.json +++ b/packages.json @@ -24325,5 +24325,17 @@ "description": "Scraping tools", "license": "MIT", "web": "https://gitlab.com/lurlo/scraper" + }, + { + "name": "htmlunescape", + "url": "https://github.com/AmanoTeam/htmlunescape", + "method": "git", + "tags": [ + "html", + "text" + ], + "description": "Port of Python's html.escape and html.unescape to Nim", + "license": "LGPL-3.0", + "web": "https://github.com/AmanoTeam/htmlunescape" } ]