package repr
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Dynamic type representations. Provides no stability guarantee
Install
dune-project
Dependency
Authors
Maintainers
Sources
repr-fuzz-0.6.0.tbz
sha256=bb8a0f94df002fc19dcb598834271eaddeffa1d57041491ff3d2b9e3e80d075e
sha512=2218845ba1b42e3983bc9727879c704433571655c85251c43edb9bf85ceec35c3b662091e32a744a5340a9c641b1cb5fa591389a68832faf0bb71981d6d91e1d
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.
Added to opam-repository:
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)
Dev Dependencies (1)
-
odoc
with-doc
Used by (9)
-
bin
>= "0.1.0" -
index
>= "1.3.0" & < "1.4.0" | >= "1.4.2" -
index-bench
= "1.3.3" | >= "1.6.0" -
irmin
>= "3.5.2" - irmin-bench
-
ppx_repr
= "0.6.0" -
repr-bench
= "0.6.0" -
repr-fuzz
= "0.6.0" -
rtree
< "0.3.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page