this repo has no description
1opam-version: "2.0"
2synopsis:
3 "An opam plugin that greps anything in the sources of every opam packages"
4maintainer: "Kate <kit.ty.kate@disroot.org>"
5authors: "Kate <kit.ty.kate@disroot.org>"
6license: "MIT"
7homepage: "https://github.com/kit-ty-kate/opam-grep"
8bug-reports: "https://github.com/kit-ty-kate/opam-grep/issues"
9available: os != "win32"
10flags: plugin
11dev-repo: "git+https://github.com/kit-ty-kate/opam-grep.git"
12url {
13 src:
14 "https://github.com/kit-ty-kate/opam-grep/archive/refs/tags/v0.1.1.tar.gz"
15 checksum: [
16 "md5=5d5156eb9d64b8e02b3d1b139d1817e7"
17 "sha512=a8d58be5cbc1e09e837fedcb63136251edfd32cbe7ce5b1bbaa3ed3fece87c17b1888ad7cabb34d58b8f42bbb40dcd904be1715787d2d4b53289d23009d557fa"
18 ]
19}