opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://github.com/mjambon/tophide"
build: make
remove: [["ocamlfind" "remove" "tophide"]]
depends: [
  "ocaml" {= "3.12.1"}
  "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/v1.0.1"
  checksum: "md5=3ccc7ef147f4d2cb725faaa5fbbf5abc"
}
