package ppx_repr

  1. Overview
  2. Docs
PPX deriver for type representations

Install

Dune Dependency

Authors

Maintainers

Sources

repr-fuzz-0.2.0.tbz
sha256=36db1188217a8b0ad3c5c745f120ac1a46ff1767a6440988bd7280e68e751850
sha512=c7399f64b8bdc5b0aad63b66feb6142096b9b72bc27aee94d8896d780271d0dadbf242f09b1a92cc2b1a4f29e2ca5db08f77d1ebeb0ee5761c61a031a3ca3657

Description

PPX deriver for type representations

Published: 18 Dec 2020

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" & < "0.18.0"
  3. repr = version
  4. dune >= "2.7"

Dev Dependencies (2)

  1. alcotest >= "1.1.0" & with-test
  2. hex with-test

Used by (4)

  1. index >= "1.3.0"
  2. index-bench
  3. irmin-bench
  4. ppx_irmin >= "2.3.0"

Conflicts (1)

  1. ocaml-migrate-parsetree = "1.7.1"