From 0986608e0178c08059d625cff07a7e26b90bca69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20D=C3=B3ka?= <60517552+jakubDoka@users.noreply.github.com> Date: Tue, 27 Apr 2021 18:13:17 +0200 Subject: [PATCH] Added package niml (#1889) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 0c7f793..50e2da8 100644 --- a/packages.json +++ b/packages.json @@ -22390,5 +22390,18 @@ "description": "Rapid serial text presenter", "license": "Unlicense", "web": "https://git.sr.ht/~ehmry/hottext" + }, + { + "name": "niml", + "url": "https://github.com/jakubDoka/niml", + "method": "git", + "tags": [ + "html", + "library", + "dls" + ], + "description": "html dsl", + "license": "MIT", + "web": "https://github.com/jakubDoka/niml" } ]