From 842c005d4727eebb29b18f858e3c4e9fac114a9a Mon Sep 17 00:00:00 2001 From: Lolo Iccl Date: Thu, 4 Apr 2019 21:21:33 +0900 Subject: [PATCH] Added package nimly (#1048) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6e5a3e4..bf8fec0 100644 --- a/packages.json +++ b/packages.json @@ -13020,5 +13020,17 @@ "description": "Kakoune plugin for color preview", "license": "MIT", "web": "https://github.com/SolitudeSF/colorcol" + }, + { + "name": "nimly", + "url": "https://github.com/loloiccl/nimly", + "method": "git", + "tags": [ + "v0.0.0", + "v0.1.0" + ], + "description": "A lexer generator and parser generator package work in Nim.", + "license": "GPL-3.0", + "web": "https://github.com/loloiccl/nimly" } ]