aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon <jiyinyiyong@gmail.com>2019-08-24 02:12:57 +0800
committerMiran <narimiran@disroot.org>2019-08-23 20:12:57 +0200
commit5f706354826e174ab9596fe5d901a2abcb6cd6ab (patch)
treeae271c81d201d293a785f3c97b1daa75455cdb6b
parentb6ffdb99b6333529c9d1dc88c634e13d7fc12f25 (diff)
downloadpackages-5f706354826e174ab9596fe5d901a2abcb6cd6ab.tar.gz
packages-5f706354826e174ab9596fe5d901a2abcb6cd6ab.zip
Add cirru-parser (#1151)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]