cconvversion Documentation on ocaml.org
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.4.tar.gz sha256=65e7be5926bcaeb5dbd045b1a70da7f6f8d23fb7215f02262fb19ee011e5bedf md5=25d873aa26a0521ab3b015fdb7f26e28 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/cconv/cconv.0.4/opam |
Required by
Optionally used by
- edn>=0.2.0


