package opam-grep

  1. Overview
  2. Docs
An opam plugin that greps anything in the sources of every opam packages

Install

Dune Dependency

Authors

Maintainers

Sources

opam-grep-0.3.0.tar.gz
md5=89612e37a1a226febb54b9c3a0762575
sha512=ce3834ddd9ed907f220f8f74eb136ae3b034eb0b853d39ea10b7ba1f0b1c83c2c405a3596ba863efb2fdde97d19939515e30be3422dd3865c98a3d191e6d5f46

Description

Published: 26 Jan 2022

README

README.md

opam-grep is an opam plugin that greps through the sources of all opam packages.

To install it, simply call:

$ opam install opam-grep

Then to use it, simply call:

$ opam grep "your regexp"

Side note: currently opam-grep will cache the sources in your cache directory ($XDG_CACHE_HOME/opam-grep), so a few GB of available disk space is most likely required.

I hope this can help core compiler and community library devs alike, to know which part of their software is used in the wild.

Dependencies (6)

  1. bos >= "0.2.0"
  2. fpath >= "0.7.3"
  3. cmdliner >= "1.0.4"
  4. progress >= "0.2.1"
  5. dune >= "2.0"
  6. ocaml >= "4.08"

Dev Dependencies

None

Used by

None

Conflicts

None