this repo has no description
1opam-version: "2.0" 2maintainer: "andy.ray@ujamjar.com" 3authors: "Martin Jambon" 4homepage: "https://github.com/mjambon/tophide" 5bug-reports: "https://github.com/mjambon/tophide/issues" 6build: make 7remove: [["ocamlfind" "remove" "tophide"]] 8depends: [ 9 "ocaml" {>= "4.03" & < "5.3"} 10 "ocamlfind" 11] 12dev-repo: "git+https://github.com/mjambon/tophide" 13install: [make "install"] 14synopsis: "Hides toplevel values whose name starts with an underscore" 15description: """ 16OCaml toplevel printer for syntax extensions that define identifiers 17that should remain hidden.""" 18flags: light-uninstall 19url { 20 src: "https://github.com/mjambon/tophide/archive/v1.0.4.tar.gz" 21 checksum: [ 22 "sha256=46d49d50ffe676e290c0284ee7d8c80039bcaf449ab4ee71f01eec3057bf2a8d" 23 "md5=7e1cbeed68d4df62475435f7d15939f0" 24 ] 25}