From 5253d604faee55a244383134da0eeb4647c52b14 Mon Sep 17 00:00:00 2001 From: PhilippMDoerner Date: Fri, 27 Oct 2023 15:25:58 +0200 Subject: [PATCH] Added package htmlparser (#2730) Added by PhilippMDoerner in lieu of ringabout having a bad internet connection right now. --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 61dc9df..efe8c0a 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]