ppx_protocol_convversion
Ppx for generating serialisation and de-serialisation functions of ocaml types
Ppx_protocol_conv generates code to serialize and de-serialize 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_jsonm (Ezjson.value) ppx_protocol_conv_msgpack (Msgpck.t) ppx_protocol_conv_xml-light (Xml.xml) ppx_protocol_conv_xmlm (Xmlm.node) ppx_protocol_conv_yaml (Yaml.value)
Author | Anders Fugmann |
---|---|
License | BSD-3-Clause |
Published | |
Homepage | https://github.com/andersfugmann/ppx_protocol_conv |
Issue Tracker | https://github.com/andersfugmann/ppx_protocol_conv/issues |
Maintainer | Anders Fugmann <anders@fugmann.net> |
Dependencies | |
Source [http] | https://github.com/andersfugmann/ppx_protocol_conv/releases/download/5.2.3/ppx_protocol_conv-5.2.3.tbz sha256=3fe42f8deaee6b686cae81ac8cf650be299dd6c86b718e90ea05e903d7fa51b4 sha512=aa8c0798432f097e468996e4fb2e7e936557d013406ba9558c5edd8926172a5499578e4ee7138d9cade1dc6b387f4ddb120499441a4070404fe0d107d639fc3a |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ppx_protocol_conv/ppx_protocol_conv.5.2.3/opam |
Required by
- ppx_deriving_protocol
- ppx_protocol_conv_json>=5.2.3
- ppx_protocol_conv_jsonm>=5.2.3
- ppx_protocol_conv_msgpack>=5.2.3
- ppx_protocol_conv_xml_light>=5.2.3
- ppx_protocol_conv_xmlm>=5.2.3
- ppx_protocol_conv_yaml>=5.2.3