package sexp_decode
Install
Dune Dependency
Authors
Maintainers
Sources
md5=55cd3a54d076831d680b33a9caf27a3b
sha512=f9e1936165aa3a8536ba05ddfe7bfdbe63ce1e7a8162b8e8246e5debd581e5f1b3bc935a43f6ed6b5a931219de8185a2e71a072af4a2bf8bdda78bea46808b95
CHANGES.md.html
0.7
Mentioned in the documentation that the support for partial parsing of S-expressions is currently not well supported
Added example tests that were raised in bug reports and in a
discuss.ocaml.org
threadAdded a functorized interface, so that the library is independent from the actual definition of S-expressions (fixes issue #1)
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 recordsAdded combinator
record_advanced
for decoding records while imposing that some fields are mandatory or must not have multiple occurrencesFixed combinator
peek
Added inline tests
0.2
Fixes to opam package description
Improved documentation
0.1
Initial release