package repr

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

repr-fuzz-0.4.0.tbz
sha256=1791765a495981cc69c0d591ef06831ca158d85192c6631b4838b3ee997dfcce
sha512=09fac16a9d4df87bf68b275b032407ddd281beadd2881f848fc2e58d5205538b2a9c3ad6743de268ce70838defcc72de49c1f7e3b02ac590f2ff187fcf0abfab

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: 17 Jun 2021

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

  1. cactus
  2. index >= "1.3.0" & < "1.4.2"
  3. index-bench >= "1.3.3"
  4. irmin >= "2.7.1" & < "2.9.0"
  5. irmin-bench
  6. ppx_repr = "0.4.0"
  7. repr-bench = "0.4.0"
  8. repr-fuzz = "0.4.0"
  9. rtree
  10. tezos-context-hash

Conflicts

None