package sexp_decode

  1. Overview
  2. Docs
A library to decode S-expression into structured data

Install

Dune Dependency

Authors

Maintainers

Sources

sexp_decode-0.6.tar.gz
md5=950b49a492f8d75c48141eae2f751b85
sha512=aec341da68e37fdda831db0525befcb45f6bf9a53430acc8372fc8151856e46c6eb5e8e6817a525b522e89adebd99dc7f8c67c6a5aa66871f9c409a8d16c2651

CHANGES.md.html

0.6

  • Fixes to opam package description

  • Added the fields and fields_advanced combinator

  • Minor changes to documentation

0.3

  • Fixes to opam package description

  • Improved documentation

  • Added changelog

  • Added todo list

  • Added combinator first

  • Added combinator record for decoding records

  • Added combinator record_advanced for decoding records while imposing that some fields are mandatory or must not have multiple occurrences

  • Fixed combinator peek

  • Added inline tests

0.2

  • Fixes to opam package description

  • Improved documentation

0.1

  • Initial release