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.3.tar.gz sha256=7ca9b147642d23ef6dae1f4e74a97aa887dcbe72df0aa88063889e0b8961f035 md5=c910c8752abe6f12b5755c5fd814b055 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/cconv/cconv.0.3/opam |
Required by
Optionally used by
- edn>=0.2.0


