package repr

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

Install

Dune Dependency

Authors

Maintainers

Sources

repr-fuzz-0.2.0.tbz
sha256=36db1188217a8b0ad3c5c745f120ac1a46ff1767a6440988bd7280e68e751850
sha512=c7399f64b8bdc5b0aad63b66feb6142096b9b72bc27aee94d8896d780271d0dadbf242f09b1a92cc2b1a4f29e2ca5db08f77d1ebeb0ee5761c61a031a3ca3657

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: 18 Dec 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 (6)

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

Dev Dependencies

None

Used by (9)

  1. index >= "1.3.0" & < "1.4.2"
  2. index-bench = "1.3.3"
  3. irmin >= "2.3.0" & < "2.7.0"
  4. irmin-bench < "2.7.0"
  5. octez-libs
  6. octez-plompiler
  7. octez-plonk
  8. ppx_repr = "0.2.0"
  9. tezos-context-hash

Conflicts

None

OCaml

Innovation. Community. Security.