package edn

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

Install

Dune Dependency

Authors

Maintainers

Sources

edn-0.2.0.tbz
sha256=7bf2f24eed0e1d7be00d218dcf27c1de53fed276eaf86bb5ea510df12732cdc0
sha512=cef755b969e817d43944be53560803b64b379dc2af1ee39ed0a1c83f79bcce8e664ccc0911c7075d9352ee17a4b2a39211d16da724859dff21702b426bb34730

CHANGES.md.html

v0.2.0 2022-10-13

  • change stream_from_channel to seq_from_channel

  • compatibility with latest menhir and OCaml 5.0

  • drop support for OCaml < 4.07

v0.1.6 2018-09-06

thanks to @Leonidas-from-XIV

  • compatibility with OCaml 4.06

  • migration to Dune

v0.1.5 2016-12-30

  • better formatting in write (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