package ppx_bin_prot

  1. Overview
  2. Docs
Generation of bin_prot readers and writers from types

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_bin_prot-v0.16.0.tar.gz
sha256=94486e7d6357f12f8aa358196783822c500b3b2fe04c597ea86c1c42bc5c3b61

CHANGES.md.html

Release v0.16.0

  • Several new expression forms are supported to derive the individual values defined by ppx_bin_prot.

    • [%bin_shape: t]

    • [%bin_digest: t]

    • [%bin_size: t]

    • [%bin_write: t]

    • [%bin_read: t]

    • [%bin_writer: t]

    • [%bin_reader: t]

    • [%bin_type_class: t]

Old pre-v0.15 changelogs (very likely stale and incomplete)

v0.11

Depend on ppxlib instead of (now deprecated) ppx_core, ppx_driver and ppx_type_conv.

113.43.00

  • use the new context-free API

113.24.01

  • Fix the META. ppx_bin_prot was not previously treated as a ppx_deriving plugin, which was causing problems

113.24.00

  • Minor changes, nothing worth mentionning.