package ppx_protocol_conv

  1. Overview
  2. No Docs
Ppx for generating serialisation and de-serialisation functions of ocaml types.

Install

Authors

Maintainers

Sources

3.1.1.tar.gz
md5=20c262e2cda48f1551d9f2f185f88b30

Description

Ppx_protocol_conv generates code to serialise and de-serialise types. The ppx itself does not contain any protocol specific code, but relies on 'drivers' that defines serialisation and de-serialisation of basic types and structures.

Pre-defined drivers are available in separate packages: ppx_protocol_conv_json (Yojson.Safe.json) ppx_protocol_conv_msgpack (Msgpck.t)(Xml.xml) ppx_protocol_conv_xml-light (Xml.xml) ppx_protocol_conv_yaml (Yaml.t)

Published: 28 Aug 2018

Dependencies (7)

  1. ppxlib < "0.9.0"
  2. dune
  3. ppx_core >= "v0.9.0"
  4. ppx_driver
  5. ppx_type_conv
  6. base < "v0.14"
  7. ocaml >= "4.04"

Dev Dependencies (3)

  1. ounit with-test
  2. sexplib with-test & < "v0.14"
  3. ppx_sexp_conv with-test & < "v0.14"

Conflicts

None