Add package cirru_edn (#1839)

This commit is contained in:
Jon 2021-03-15 14:17:25 +08:00 committed by GitHub
parent 2917068ef1
commit 06e66b97a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14935,6 +14935,18 @@
"license": "MIT",
"web": "https://github.com/Cirru/writer.nim"
},
{
"name": "cirru_edn",
"url": "https://github.com/Cirru/cirru-edn.nim",
"method": "git",
"tags": [
"cirru",
"edn"
],
"description": "Extensible data notation based on Cirru syntax",
"license": "MIT",
"web": "https://github.com/Cirru/cirru-edn.nim"
},
{
"name": "ternary_tree",
"url": "https://github.com/calcit-lang/ternary-tree",