package ppx_bin_there

  1. Overview
  2. Docs
PPX rewriter to derive bin_there serializers from type definitions

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppx_bin_there-0.2.1a2.tar.gz
md5=50058a2a033c42e6482a8353a0dac37e
sha512=3038665322a53bcc53a1d387f2b80068f776a992a2751c168dc80dc58c3f99beca45b2cce48503399e55db8c8db957c0ade42190945b0468e525e7df55da2e82

Description

ppx_bin_there is a PPX rewriter that automatically derives Bthere_ modules with serialize and deserialize functions compatible with the bin_there library from OCaml type definitions, using [@@deriving bthere].

Added to opam-repository:

Dependencies (4)

  1. bin_there = version
  2. ppxlib >= "0.28.0"
  3. dune >= "3.8"
  4. ocaml >= "4.14"

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts

None