From 7f71a3e5fba81b78e6ea50dba82ff37637ea62e2 Mon Sep 17 00:00:00 2001 From: Beshr Kayali Date: Sat, 22 Feb 2020 07:49:10 +0100 Subject: [PATCH] Added package loki (#1371) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7b32060..fccbcfe 100644 --- a/packages.json +++ b/packages.json @@ -16676,5 +16676,19 @@ "description": "For karax html preview.", "license": "BSD-3-Clause", "web": "https://github.com/planety/kview" + }, + { + "name": "loki", + "url": "https://github.com/beshrkayali/loki", + "method": "git", + "tags": [ + "cmd", + "shell", + "cli", + "interpreter" + ], + "description": "A small library for writing cli programs in Nim.", + "license": "Zlib", + "web": "https://github.com/beshrkayali/loki" } ]