diff options
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 16b260f..65ed10a 100644 --- a/packages.json +++ b/packages.json @@ -14131,5 +14131,17 @@ "description": "Parser for Cirru syntax", "license": "MIT", "web": "https://github.com/Cirru/parser.nim" + }, + { + "name": "edn", + "url": "https://github.com/rosado/edn.nim", + "method": "git", + "tags": [ + "edn", + "clojure" + ], + "description": "EDN and Clojure parser", + "license": "EPL-2.0", + "web": "https://github.com/rosado/edn.nim" } ] |
