package unmagic

  1. Overview
  2. No Docs
Runtime tag-checking of marshaled ocaml data

Install

Dune Dependency

Authors

Maintainers

Sources

unmagic-1.0.2.tar.gz
md5=57d315be2bf7241517ff67bd5bfcb816

Description

Unmagic is a small library to runtime tag-check Obj.t values for type-secure Obj.magic, input_value, Marshal.from_channel. It uses typerep to give the target type, and follows the same limitations of it.

Published: 14 Jul 2017

Dependencies (7)

  1. ppx_deriving <= "4.1"
  2. ppx_typerep_conv
  3. typerep
  4. spotlib
  5. omake build & < "0.10"
  6. ocamlfind build
  7. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None