cconvversion

Combinators for Type Conversion in OCaml, and ppx_deriving plugin.

CConv provides type-safe combinators for describing how to read/build OCaml values of a given type. Those combinators can be used for serializing and deserializing the values into several formats. The library ships with conversion to Json (yojson), S-expressions (sexplib) and B-encode.

The library cconv.ppx contains a ppx_deriving plugin for automatically derive encoders and decoders.

Tags conversion gadt serialization
AuthorSimon Cruanes
Published
Homepagehttps://github.com/c-cube/cconv/
Issue Trackerhttps://github.com/c-cube/cconv/issues/
Maintainersimon.cruanes.2007@m4x.org
Dependencies
Optional dependencies
Conflicts
Source [http] https://github.com/c-cube/cconv/archive/0.4.tar.gz
md5=25d873aa26a0521ab3b015fdb7f26e28
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/cconv/cconv.0.4/opam
Required by
Optionally used by