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"
6dev-repo: "git+https://github.com/mjambon/tophide"
7license: "BSD-3-Clause"
8build: make
9install: [make "install"]
10depends: [
11 "ocaml" {>= "5.3"}
12 "ocamlfind"
13]
14synopsis: "Hides toplevel values whose name starts with an underscore"
15description: """
16OCaml toplevel printer for syntax extensions that define identifiers
17that should remain hidden."""
18url {
19 src: "https://github.com/mjambon/tophide/releases/download/v1.1.0/tophide-1.1.0.tar.gz"
20 checksum: [
21 "sha256=13b57b4c2e5969cc639145f01e4889cba3b5353f413d79ebae8435f0424285c3"
22 "sha512=d0a14b6f160071800b3027585827f9d5e059fb70cb5f61106524a4bae400c9418ad2c5a8ff527fcc257e8b2e317bb7cf7aa68306bdcaaecdb1c6927e112352c2"
23 ]
24}