opam-version: "2.0"
maintainer: "kaspar.rohrer@gmail.com"
build: make
remove: [[make "uninstall"]]
depends: ["ocaml" "ocamlfind"]
dev-repo: "git://github.com/krohrer/caml-inspect"
install: [make "install"]
synopsis: "Inspect the runtime representation of arbitrary OCaml values."
description: """
Inspect is a small library to inspect arbitrary OCaml values and their
associated object graph by either dumping them as S-expressions (with
sharing and references for recursive values), or by writing output in
the DOT-language which can then be further processed by Graphviz."""
url {
  src: "https://github.com/krohrer/caml-inspect/archive/v0.2.1.tar.gz"
  checksum: "md5=5d7fedff7522a82d13ad9a1abb1f1399"
}
