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.2.0/csexp-1.2.0.tbz
sha256=04afa50ca96ce07b395e58b7b7f574fa4f6f21c98f3c19fc386305a29b167c28
sha512=5bf09f4bea1503c5893fb1728a3a7db55d90c1f1871623579738946523e9f3e0d6080d214f519d88a8df549424e21468fe6550f302c2a9e3f3a2e1a7cd641c15
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/csexp/csexp.1.2.0/opam
Required by