package ppx_protocol_conv

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

Install

Authors

Maintainers

Sources

2.0.0.tar.gz
md5=7d084e16ce4949932ee5ebdd6c79baa6

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 Mar 2018

Dependencies (7)

  1. ppx_metaquot build
  2. jbuilder >= "1.0+beta9"
  3. ppx_core
  4. ppx_driver
  5. ppx_type_conv
  6. base < "v0.14"
  7. ocaml >= "4.04"

Dev Dependencies (5)

  1. ounit with-test
  2. xml-light with-test
  3. yaml with-test
  4. yojson with-test
  5. msgpck with-test

Conflicts

None