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 |
---|---|
Author | Simon Cruanes |
Published | |
Homepage | https://github.com/c-cube/cconv/ |
Issue Tracker | https://github.com/c-cube/cconv/issues/ |
Maintainer | simon.cruanes.2007@m4x.org |
Dependencies |
|
Optional dependencies | |
Conflicts |
|
Source [http] | https://github.com/c-cube/cconv/archive/0.3.1.tar.gz sha256=a6f98df25e842f000b58b4aad9b1b7f155719be23c3b940fa8240b29baac79dc md5=a50485f02fa264d55a9c6b1744dabfc6 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/cconv/cconv.0.3.1/opam |
Required by
Optionally used by
- edn>=0.2.0