package repr

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

Install

Dune Dependency

Authors

Maintainers

Sources

repr-0.7.0.tbz
sha256=8adac9fe85bf8a0e20eeb6810d7216e98e1b7f4d9bd399e61bb1024ace2501ac
sha512=5b104c52a05a3ed7a4505dea3b3b7ee16bba020b5d2d8e4dfd680ff8f82ae021caf0f29207616ac2ae40dfd5bb641a144e31b11d29c5ba4918ba616a57f74647

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: 15 Aug 2023

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

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

Conflicts

None