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.
Author | Anders Fugmann |
---|---|
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/archive/0.8.tar.gz sha256=dbeda6948439044982a7700b207294589189763689abe20102bee852b1ec65cb md5=0681551f28c0f725b491257ef13d7c99 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ppx_deriving_protocol/ppx_deriving_protocol.0.8/opam |
Required by
- aws-s3=1.1.0