package ppx_repr

  1. Overview
  2. Docs
PPX deriver for type representations

Install

Dune Dependency

Authors

Maintainers

Sources

repr-fuzz-0.1.0.tbz
sha256=90225eeb444ad52be83cebb8d80196a9ba2cc5f3da066390c17dadd361db7339
sha512=15396ed0599acad3be7319574d0492ed8dd4aa2b9669acfc20b3acf98a186cfceabdd186ef88bd994f409fcb885bfbb2d086330092777a7da93f282e4a02b159

Description

PPX deriver for type representations

Published: 19 Oct 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 (3)

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

Used by (4)

  1. index >= "1.3.0"
  2. index-bench
  3. irmin-bench
  4. repr-bench < "0.2.1"

Conflicts (1)

  1. ocaml-migrate-parsetree = "1.7.1"