package ppx_repr

  1. Overview
  2. Docs
PPX deriver for type representations

Install

Dune Dependency

Authors

Maintainers

Sources

repr-fuzz-0.6.0.tbz
sha256=bb8a0f94df002fc19dcb598834271eaddeffa1d57041491ff3d2b9e3e80d075e
sha512=2218845ba1b42e3983bc9727879c704433571655c85251c43edb9bf85ceec35c3b662091e32a744a5340a9c641b1cb5fa591389a68832faf0bb71981d6d91e1d

Description

PPX deriver for type representations

Published: 10 Jan 2022

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 (5)

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

Dev Dependencies (5)

  1. sexplib0 with-test & < "v0.15"
  2. odoc with-doc
  3. alcotest >= "1.4.0" & with-test
  4. optint >= "0.1.0" & with-test
  5. hex with-test

Conflicts (1)

  1. ocaml-migrate-parsetree = "1.7.1"