package repr

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

repr-0.8.0.tbz
sha256=1728423b8b0208f9b032ad3e05dd96a43b92cd76416f9146e394f0b0ba133347
sha512=3cd97e9a8feb9d03b88bee73fec51765d2573234ee60aeeb3ce5ced552cb0d8bd70cffe52182f517a5785a428baf685be27f7f419cda1b8167aa4037761de4ff

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: 03 Dec 2025

README

Repr — run-time representations of OCaml types

OCaml-CI Build Status Documentation

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

  1. forester >= "4.1.0"
  2. index >= "1.3.0" & < "1.4.0" | >= "1.4.2"
  3. index-bench = "1.3.3" | >= "1.6.0"
  4. irmin >= "3.5.2"
  5. irmin-bench
  6. octez-internal-libs
  7. octez-libs
  8. octez-plompiler
  9. octez-plonk
  10. ppx_repr >= "0.8.0"
  11. repr-bench >= "0.8.0"
  12. repr-fuzz >= "0.8.0"
  13. rtree

Conflicts

None