package unmagic

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

Install

Dune Dependency

Authors

Maintainers

Sources

unmagic-1.0.3.tar.gz
md5=9378b07b1b08e86875f96893df711f12

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: 16 Jan 2018

Dependencies (8)

  1. ocaml-migrate-parsetree < "2.0.0"
  2. ppx_deriving
  3. ppx_typerep_conv
  4. typerep >= "v0.10.0"
  5. spotlib
  6. omake build & < "0.10"
  7. ocamlfind build
  8. ocaml >= "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts

None