package repr

  1. Overview
  2. Docs
Dynamic type representations. Provides no stability guarantee

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

This package defines a library of combinators for building dynamic type representations and a set of generic operations over representable types, used in the implementation of Irmin and related packages.

It is not yet intended for public consumption and provides no stability guarantee.

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

  1. optint >= "0.1.0"
  2. base64 >= "3.0.0"
  3. jsonm >= "1.0.0"
  4. either
  5. uutf
  6. fmt >= "0.8.7"
  7. ocaml >= "4.08.0"
  8. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by (12)

  1. cactus
  2. index >= "1.3.0" & < "1.4.0" | >= "1.4.2" & < "1.6.0"
  3. index-bench = "1.3.3" | >= "1.4.2"
  4. irmin >= "2.8.0" & < "3.0.0"
  5. irmin-bench
  6. octez-libs
  7. octez-plompiler
  8. octez-plonk
  9. ppx_repr = "0.5.0"
  10. repr-bench = "0.5.0"
  11. repr-fuzz = "0.5.0"
  12. rtree

Conflicts

None