depytversion
Yet-an-other type combinator library
Depyt provides type combinators to define runtime representation for OCaml types and generic operations to manipulate values with a runtime type representation.
The type combinators supports all the usual type primitives but also compact definitions of records and variants. It also allows to define the runtime representation of recursive types.
Depyt is a modern reboot of Dyntype but using GADTs-based combinators instead of syntax-extensions. When we originally wrote Dyntype (in 2012) GADTs were not available in OCaml and camlp4 was everywhere -- this is not the case anymore. Finally, Depyt avoids some of the performance caveats present in Dyntype by avoiding allocating and converting between intermediate formats.
Tags | org:mirage |
---|---|
Author | Thomas Gazagnaire <thomas@gazagnaire.org> |
License | ISC |
Published | |
Homepage | https://github.com/samoht/depyt |
Issue Tracker | https://github.com/samoht/depyt/issues |
Maintainer | Thomas Gazagnaire <thomas@gazagnaire.org> |
Dependencies |
|
Source [http] | https://github.com/samoht/depyt/releases/download/0.1.0/depyt-0.1.0.tbz sha256=c075ddf0c33f9c68d5e117774d3e09fda1b48902a5523e3c1715668457a7ee4a md5=723487f8e7ac3e3ff08d601e837875f7 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/depyt/depyt.0.1.0/opam |
No package is dependent