opam-version: "2.0" maintainer: "martin@mjambon.com" authors: [ "Martin Jambon" "Jean-Christophe Filliatre" "Richard W.M. Jones" ] homepage: "https://github.com/mjambon/dum" bug-reports: "https://github.com/mjambon/dum/issues" dev-repo: "git+https://github.com/mjambon/dum.git" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" build: make remove: [["ocamlfind" "remove" "dum"]] depends: ["ocaml" {< "5.0.0"} "ocamlfind" "easy-format"] install: [make "install"] synopsis: "Inspect the runtime representation of arbitrary OCaml values" description: """ Dum is a library for inspecting the runtime representation of arbitrary OCaml values. Shared or cyclic data are detected and labelled. This guarantees that printing would always terminate. This makes it possible to print values such as closures, objects or exceptions in depth and without risk.""" flags: light-uninstall url { src: "https://github.com/mjambon/dum/archive/v1.0.1.tar.gz" checksum: [ "sha256=973166d4a371c704154fa8121af4bf4c1906976d74f04344fa43d10acb8c899a" "md5=aa5bd1ea89d2f5881c18652545361a1c" ] }