opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
homepage: "https://github.com/mjambon/tophide"
build: make
remove: [["ocamlfind" "remove" "tophide"]]
depends: [
  "ocaml" {> "4.00" & < "4.02"}
  "ocamlfind"
]
install: [make "install"]
synopsis: "Hides toplevel values whose name starts with an underscore"
description: """
OCaml toplevel printer for syntax extensions that define identifiers
that should remain hidden."""
flags: light-uninstall
url {
  src:
    "https://github.com/mjambon/tophide/tarball/f6c090a8fd6669b04175cda6e26471b1fd8b276b"
  checksum: "md5=ffad8f10329f74f849021f5a68a52a34"
}
