From 98eb3e72cbeb0862fd270d1198f3dd89cf11e060 Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Wed, 7 Apr 2021 06:49:42 +0100 Subject: [PATCH] Add holst package (#1863) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index f591406..95f7e5b 100644 --- a/packages.json +++ b/packages.json @@ -22089,5 +22089,19 @@ "description": "A tiny static file web server.", "license": "MIT", "web": "https://github.com/bung87/nimhttpd" + }, + { + "name": "holst", + "url": "https://github.com/ruivieira/nim-holst", + "method": "git", + "tags": [ + "jupyter", + "markdown", + "parser" + ], + "description": "A parser for Jupyter notebooks.", + "license": "AGPLv3", + "web": "https://github.com/ruivieira/nim-holst", + "doc": "https://ruivieira.github.io/nim-holst/holst.html" } ]