this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26769 from kit-ty-kate/tophide-1.1.0

Add tophide.1.1.0

authored by

Marcello Seri and committed by
GitHub
6a44505c 1a7dae54

+24
+24
packages/tophide/tophide.1.1.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "andy.ray@ujamjar.com" 3 + authors: "Martin Jambon" 4 + homepage: "https://github.com/mjambon/tophide" 5 + bug-reports: "https://github.com/mjambon/tophide/issues" 6 + dev-repo: "git+https://github.com/mjambon/tophide" 7 + license: "BSD-3-Clause" 8 + build: make 9 + install: [make "install"] 10 + depends: [ 11 + "ocaml" {>= "5.3"} 12 + "ocamlfind" 13 + ] 14 + synopsis: "Hides toplevel values whose name starts with an underscore" 15 + description: """ 16 + OCaml toplevel printer for syntax extensions that define identifiers 17 + that should remain hidden.""" 18 + url { 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 + }