package ppx_repr

  1. Overview
  2. Docs
PPX deriver for type representations

Install

Dune Dependency

Authors

Maintainers

Sources

repr-fuzz-0.3.0.tbz
sha256=d9bd2fe51c2eb6fca27731034c46f9a77dc8bc9fb7b76216f8a571603d6e7d74
sha512=7b4ad2cbcd92f6647a1abe1d82557f02e4955c5f37f02089388c752e23b865af0f55fdd6bc63a1d2a00962baf96ccd99ccd9b8ecd8898dcc2a0cd17302f067c3

Description

PPX deriver for type representations

Published: 01 May 2021

README

Repr — run-time representations of OCaml types

Repr is a library of type combinators for defining runtime representations of OCaml types and operations that are generic over those representations (pp, to_string, compare etc.)

This library is currently experimental and provides no stability guarantee. The documentation is available online.

Installation

Repr can be installed with opam:

opam install repr

Dependencies (4)

  1. ppx_deriving
  2. ppxlib >= "0.12.0"
  3. repr = version
  4. dune >= "2.7"

Dev Dependencies (5)

  1. sexplib0 with-test & < "v0.15"
  2. odoc with-doc
  3. alcotest >= "1.1.0" & with-test
  4. hex with-test
  5. ppxlib with-test & < "0.23.0"

Conflicts (1)

  1. ocaml-migrate-parsetree = "1.7.1"