package edn

  1. Overview
  2. Docs
Parsing OCaml library for EDN format

Install

Dune Dependency

Authors

Maintainers

Sources

edn-0.1.5.tbz
md5=13de4b1232a5305c2684d63df8583c95

CHANGES.md.html

v0.1.5 2016-12-30

  • better formatting in wirte (thanks to @ul)

  • char represented by string not bytes

v0.1.4 2016-08-26

thanks to @mpenet

  • emit correct nil

  • fix EDN List writer

  • fix _tags for case sensitive file systems

  • add some roundtrip tests

v0.1.3 2016-08-10

  • support escaped quotes

  • int parsing fix

v0.1.2 2016-06-29

  • oasis changed to _tags + topkg

  • prefix added to internal moduled

  • few bugfixed in reader

  • comments support added