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.1.0"}
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.4.0/opam-grep-0.4.0.tar.gz"
24 checksum: [
25 "md5=2a4cb24224971059020b824d83ed0d2e"
26 "sha512=e64767464c22e71b4bddc3de676633a60713282dd8397274f855472a48136d6503484d75fb8c8993a4f4f906515e7c588c57db1561ca84ea3b0de9c6c61b17c8"
27 ]
28}