package ppx_repr

  1. Overview
  2. Docs
PPX deriver for type representations

Install

Dune Dependency

Authors

Maintainers

Sources

repr-fuzz-0.5.0.tbz
sha256=2ed0e1dab950eeb551cbecc3bbc5ddb584b3b3e4b4e039ff3abf7bd6d5b238f9
sha512=bacfef83e5bd2b12a7ccd514ba92525030cdcf85ba1121e9456db7f327c434db599a47667ca9826ab77ed95e0f946347e027bc6c18420c6a8faabf4a491a2a7a

Description

PPX deriver for type representations

Published: 13 Oct 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 (5)

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

Dev Dependencies (6)

  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
  6. ppxlib with-test & < "0.23.0"

Conflicts (1)

  1. ocaml-migrate-parsetree = "1.7.1"