csexpversion

Parsing and printing of S-expressions in Canonical form

This library provides minimal support for Canonical S-expressions [1]. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs.

This library only provides a few helpers for simple applications. If you need more advanced support, such as parsing from more fancy input sources, you should consider copying the code of this library given how simple parsing S-expressions in canonical form is.

To avoid a dependency on a particular S-expression library, the only module of this library is parameterised by the type of S-expressions.

[1] https://en.wikipedia.org/wiki/Canonical_S-expressions

AuthorsQuentin Hocquet <mefyl@gruntech.org>, Jane Street Group, LLC and Jeremie Dimino <jeremie@dimino.org>
LicenseMIT
Published
Homepagehttps://github.com/ocaml-dune/csexp
Issue Trackerhttps://github.com/ocaml-dune/csexp/issues
MaintainerJeremie Dimino <jeremie@dimino.org>
Dependencies
Source [http] https://github.com/ocaml-dune/csexp/releases/download/1.1.0/csexp-1.1.0.tbz
sha256=f217ff3546d8d3d18db337a90ab9b327788dd1c9e72e09c45892982b060f5342
sha512=15f9bb9f22d0b743354fe43e178b864f8902a6474f587158719dfd7ce99ea3556a5779d3385970ec9bc1c2aa5dff557115530eb548ed4ba35b3554f3bc76ca22
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/csexp/csexp.1.1.0/opam
Required by