From c210c4aa069baf8209f8a1d79d5e20585ce3c7a0 Mon Sep 17 00:00:00 2001 From: SnwMds <46784020+SnwMds@users.noreply.github.com> Date: Thu, 25 Nov 2021 02:11:33 -0300 Subject: [PATCH] Add htmlunescape (#2071) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]