this repo has no description
1opam-version: "2.0" 2synopsis: "An opam plugin that greps anything in the sources of every opam packages" 3license: "MIT" 4maintainer: "Kate <kit.ty.kate@disroot.org>" 5authors: "Kate <kit.ty.kate@disroot.org>" 6homepage: "https://github.com/kit-ty-kate/opam-grep" 7dev-repo: "git+https://github.com/kit-ty-kate/opam-grep.git" 8bug-reports: "https://github.com/kit-ty-kate/opam-grep/issues" 9flags: plugin 10build: ["dune" "build" "-p" name "-j" jobs] 11depends: [ 12 "ocaml" {>= "4.08"} 13 "dune" {>= "2.0"} 14 "progress" {>= "0.2.1"} 15 "cmdliner" {>= "1.0.4"} 16 "fpath" {>= "0.7.3"} 17 "bos" {>= "0.2.0"} 18] 19available: os != "win32" 20url { 21 src: 22 "https://github.com/kit-ty-kate/opam-grep/releases/download/v0.2.0/opam-grep-v0.2.0.tbz" 23 checksum: [ 24 "sha256=7ffa5acaa2853b7ebb3b481824314fa9c5fe3962393153ef4bb1554b246ae604" 25 "sha512=909b4f96d869f31188bd2b74843c670439f46bba24e7136592e558322f41a8e91e61e63cb92aace7fc1ea351ff18869b7a08eb067310d8fffd84fc5c180e6f68" 26 ] 27} 28x-commit-hash: "eefb9a14e286511d62d140d2cdff079a74de0abb"