From 5f706354826e174ab9596fe5d901a2abcb6cd6ab Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 24 Aug 2019 02:12:57 +0800 Subject: [PATCH] Add cirru-parser (#1151) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a09f27a..55c5959 100644 --- a/packages.json +++ b/packages.json @@ -14116,5 +14116,17 @@ "description": "QR Code Generator", "license": "MIT", "web": "https://github.com/bunkford/qrcodegen" + }, + { + "name": "cirru-parser", + "url": "https://github.com/Cirru/parser.nim", + "method": "git", + "tags": [ + "parser", + "cirru" + ], + "description": "Parser for Cirru syntax", + "license": "MIT", + "web": "https://github.com/Cirru/parser.nim" } ]