This commit is contained in:
Daniel Ziltener 2020-02-19 01:51:48 +01:00
parent 1522f31188
commit f1d0002757
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[![License](https://img.shields.io/badge/license-BSD-blue.svg?style=flat)]()
[![Chicken Scheme](https://img.shields.io/badge/Chicken-Scheme-ECC42F.svg?style=flat)](http://www.call-cc.org/)
[![Egg](https://img.shields.io/badge/Eggversion-0.5.1-blue.svg?style=flat)](http://wiki.call-cc.org/eggref/4/edn)
[![Gratipay](https://img.shields.io/gratipay/zilti.svg?style=flat)](//gratipay.com/zilti)
[![Chicken Scheme](https://img.shields.io/badge/Chicken-Scheme-ECC42F.svg?style=flat)](https://www.call-cc.org/)
[![Egg](https://img.shields.io/badge/Eggversion-0.5.2-blue.svg?style=flat)](https://wiki.call-cc.org/eggref/4/edn)
[![Gratipay](https://img.shields.io/liberapay/receives/zilti.svg?style=flat)](https://liberapay.com/zilti)
[![Flattr this](https://api.flattr.com/button/flattr-badge-small.png)](https://flattr.com/submit/auto?user_id=zilti&url=https%3A%2F%2Fbitbucket.org%2Fzilti%2Fedn)
chicken-edn
@ -35,6 +35,7 @@ API
Releases
--------
* **0.5.2**: Update for Chicken 5
* **0.5.1**: Small compatibility improvements: "/" now starts a symbol as well, and "," is treated as whitespace.
* **0.5**: Reader tag support.
* **0.4**: Complete rewrite. Only relies on R7RS, and SRFI 1, 4, 69 and 88. Uses ports. Reads and writes EDN.

View File

@ -4,6 +4,7 @@
(synopsis "EDN data reader/writer.")
(category parsing)
(license "BSD")
(version "0.5.2")
(dependencies hahn srfi-69 srfi-1)
(test-dependencies srfi-64)
(components (extension edn