opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
authors: "Martin Jambon"
homepage: "https://github.com/mjambon/tophide"
build: make
remove: [["ocamlfind" "remove" "tophide"]]
depends: [
  "ocaml" {>= "4.02" & < "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.3.tar.gz"
  checksum: "md5=40f8ea38384607346da8cbeb1c2894e0"
}
