From e1ef786e1f1229090b2fd3a90b280a35a0fcfe5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Bla=C5=BEek?= Date: Wed, 20 Oct 2021 11:18:14 +0000 Subject: [PATCH] Add xidoc (#2035) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5c79a79..4461c89 100644 --- a/packages.json +++ b/packages.json @@ -23958,5 +23958,18 @@ "description": "Nim bindings for Open color", "license": "MIT", "web": "https://github.com/Double-oxygeN/opencolor.nim" + }, + { + "name": "xidoc", + "url": "https://github.com/xigoi/xidoc/", + "method": "git", + "tags": [ + "markup", + "html", + "latex" + ], + "description": "A consistent markup language", + "license": "GPL-3.0", + "web": "http://xidoc.nim.town/" } ]