package cconv

  1. Overview
  2. Docs
Combinators for Type Conversion in OCaml.

Install

Dune Dependency

Authors

Maintainers

Sources

cconv-0.2.tar.gz
md5=ac8384a679cec49f2dda98fe3f5ba59b

Description

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.

Tags

conversion gadt serialization

Published: 01 Dec 2014

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind build
  3. ocaml >= "4.00.0" & < "5.0"

Dev Dependencies

None

Conflicts (2)

  1. yojson >= "2.0.0"
  2. bencode >= "2.0"
OCaml

Innovation. Community. Security.