package pidgin
A common language for describing and validating data structures
Install
dune-project
Dependency
Authors
Maintainers
Sources
pidgin-1.0.0.tbz
sha256=4a7bb0fccdebf5b205d2eeaa8a9b8e50acf267445f949a2b1a8304def9a38548
sha512=2612fc5cbdd6173a0676ae8840158b85358744561245d0b55ce0ebcf41acb26eddbd316be42a60d55e187928182f681cf3efb4f556ddf47d698217e8376633d3
doc/pidgin/Pidgin/Csexp/index.html
Module Pidgin.CsexpSource
A minimalist library for describing and parsing Canonical S-expression.
Types
Errors that may occur during parsing.
Describe a parsed Canonical S-Expression.
Parsing
from_seq charseq parse a sequence of chars (charseq) as Canonical S-Expression.
from_string string parse a string as a Canonical S-Expression.
Conversion
to_buffer buf csexp output the given csexp into the given buffer.
to_string csexp render a given csexp as a string. Note that the function does not perform pretty-printing.