package repr

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

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

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

Dev Dependencies (1)

  1. odoc with-doc

Used by (12)

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

Conflicts

None

OCaml

Innovation. Community. Security.