ppx_deriving_protocolversion

Ppx for deriving protocol serialisation and de-serialisation of types

The syntax extension generates code to serialise and de-serialise types. The ppx itself does not contain any protocol specific code, but relies on 'drivers' that defines serialization and de-serialisation of basic types and structures. The library provides both a json (Yojson.Safe.json) driver and a xml_light (Xml.xml) driver.

AuthorAnders Fugmann
Published
Homepagehttps://github.com/andersfugmann/ppx_protocol_conv
Issue Trackerhttps://github.com/andersfugmann/ppx_protocol_conv/issues
MaintainerAnders Fugmann <anders@fugmann.net>
Dependencies
Source [http] https://github.com/andersfugmann/ppx_protocol_conv/archive/0.8.tar.gz
md5=0681551f28c0f725b491257ef13d7c99
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_deriving_protocol/ppx_deriving_protocol.0.8/opam
Required by