ppx_protocol_conv
Ppx for generating serialisation and de-serialisation of ocaml types.
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)
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 28 Mar 2018
- Authors
- Maintainers
Sources
Dependencies
ounit
with-test
xml-light
with-test
yaml
with-test
yojson
with-test
msgpck
with-test
ppx_metaquot
build
jbuilder
>= "1.0+beta9"
base
< "v0.14"
ocaml
>= "4.04"
Reverse Dependencies
ppx_deriving_protocol
>= "0.8.1"
ppx_protocol_conv_json
< "3.1.0"
ppx_protocol_conv_msgpack
< "3.1.0"
ppx_protocol_conv_xml_light
< "3.1.0"
ppx_protocol_conv_yaml
< "3.1.0"