diff options
| author | Roland Sadowski <szabla@gmail.com> | 2019-08-26 16:24:59 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-08-26 17:24:59 +0200 |
| commit | a06605dc726b0fff92fec11ec197a4e5cffdb237 (patch) | |
| tree | 5de80da6fb1fa51898e237c787d3fc05888a5ab3 | |
| parent | d85df0016576a7d9f8d83d3a276895aed9a9c20e (diff) | |
| download | packages-a06605dc726b0fff92fec11ec197a4e5cffdb237.tar.gz packages-a06605dc726b0fff92fec11ec197a4e5cffdb237.zip | |
Added package edn (#1153)
| -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" } ] |
