opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
authors: "Martin Jambon"
homepage: "https://github.com/mjambon/tophide"
bug-reports: "https://github.com/mjambon/tophide/issues"
build: make
remove: [["ocamlfind" "remove" "tophide"]]
depends: [
  "ocaml" {>= "4.03"}
  "ocamlfind"
]
dev-repo: "git://github.com/mjambon/tophide"
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/archive/v1.0.4.tar.gz"
  checksum: "md5=7e1cbeed68d4df62475435f7d15939f0"
}
