package ppx_repr

  1. Overview
  2. Docs
PPX deriver for type representations

Install

Dune Dependency

Authors

Maintainers

Sources

repr-fuzz-0.2.1.tbz
sha256=0ca29b7273870190b724e6db1f782980c175c50d9a208ff8ad351cbbb85a7fb1
sha512=5b7d32724e70ffcbc15bdefc71871148d0f2b743f6d664891e1126d194d3752dfb7715dbbe6046bcbd6f19c384a840b3e66c4130b5bb663580aeb6d697d7a20d

Description

PPX deriver for type representations

Published: 18 Jan 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 (4)

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

Conflicts (1)

  1. ocaml-migrate-parsetree = "1.7.1"