From a06605dc726b0fff92fec11ec197a4e5cffdb237 Mon Sep 17 00:00:00 2001 From: Roland Sadowski Date: Mon, 26 Aug 2019 16:24:59 +0100 Subject: [PATCH] Added package edn (#1153) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]