From 2d8c6b97b2b8299d3c646aaac643b59b8f9fd6ba Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sun, 7 Feb 2021 09:51:45 -0600 Subject: [PATCH] Add package html2karax (#1806) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index dc03c46..6eadfba 100644 --- a/packages.json +++ b/packages.json @@ -21475,5 +21475,18 @@ "description": "Utilities for the Encoding for Robust Immutable Storage (ERIS)", "license": "GPL-3.0", "web": "http://purl.org/eris" + }, + { + "name": "html2karax", + "url": "https://github.com/nim-lang-cn/html2karax", + "method": "git", + "tags": [ + "web", + "karax", + "html" + ], + "description": "Converts html to karax.", + "license": "MIT", + "web": "https://github.com/nim-lang-cn/html2karax" } ]