package ppx_protocol_conv
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Ppx for generating serialisation and de-serialisation functions of ocaml types
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppx_protocol_conv-5.2.3.tbz
sha256=3fe42f8deaee6b686cae81ac8cf650be299dd6c86b718e90ea05e903d7fa51b4
sha512=aa8c0798432f097e468996e4fb2e7e936557d013406ba9558c5edd8926172a5499578e4ee7138d9cade1dc6b387f4ddb120499441a4070404fe0d107d639fc3a
Description
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)
Published: 04 Sep 2025
Dev Dependencies (3)
-
alcotest
with-test & >= "0.8.0" -
sexplib
with-test -
ppx_sexp_conv
with-test
Used by (7)
- 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"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page