From 2456f04e1d9677025fcec7bbfae8cea390fceb86 Mon Sep 17 00:00:00 2001 From: Thiago Ferreira <74574275+thisago@users.noreply.github.com> Date: Thu, 21 Oct 2021 08:42:17 +0000 Subject: [PATCH] Add package tokarax (#2038) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4461c89..6d6f4d5 100644 --- a/packages.json +++ b/packages.json @@ -23971,5 +23971,18 @@ "description": "A consistent markup language", "license": "GPL-3.0", "web": "http://xidoc.nim.town/" + }, + { + "name": "tokarax", + "url": "https://github.com/thisago/tokarax", + "method": "git", + "tags": [ + "html", + "converter", + "karax" + ], + "description": "Converts HTML to Karax representation", + "license": "MIT", + "web": "https://github.com/thisago/tokarax" } ]