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"
9depends: [
10 "ocaml" {>= "4.08"}
11 "dune" {>= "2.0"}
12 "progress" {>= "0.2.1"}
13 "cmdliner" {>= "1.0.4"}
14 "fpath" {>= "0.7.3"}
15 "bos" {>= "0.2.0"}
16]
17available: os != "win32"
18flags: plugin
19build: ["dune" "build" "-p" name "-j" jobs]
20dev-repo: "git+https://github.com/kit-ty-kate/opam-grep.git"
21url {
22 src:
23 "https://github.com/kit-ty-kate/opam-grep/releases/download/v0.3.0/opam-grep-0.3.0.tar.gz"
24 checksum: [
25 "md5=89612e37a1a226febb54b9c3a0762575"
26 "sha512=ce3834ddd9ed907f220f8f74eb136ae3b034eb0b853d39ea10b7ba1f0b1c83c2c405a3596ba863efb2fdde97d19939515e30be3422dd3865c98a3d191e6d5f46"
27 ]
28}