this repo has no description
1opam-version: "2.0" 2maintainer: "kaspar.rohrer@gmail.com" 3build: make 4remove: [[make "uninstall"]] 5depends: ["ocaml" "ocamlfind"] 6dev-repo: "git+https://github.com/krohrer/caml-inspect" 7install: [make "install"] 8synopsis: "Inspect the runtime representation of arbitrary OCaml values." 9description: """ 10Inspect is a small library to inspect arbitrary OCaml values and their 11associated object graph by either dumping them as S-expressions (with 12sharing and references for recursive values), or by writing output in 13the DOT-language which can then be further processed by Graphviz.""" 14url { 15 src: "https://github.com/krohrer/caml-inspect/archive/v0.2.1.tar.gz" 16 checksum: [ 17 "sha256=4de366fe04e1145674005f15eca9d3672c0abeb40f05b33d86342edd2684184f" 18 "md5=5d7fedff7522a82d13ad9a1abb1f1399" 19 ] 20}