package opam-grep

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

opam-grep-0.4.1.tar.gz
md5=8b75e9c3a496e03d749cc967cae74f68
sha512=c2b16db4b0f07f6b8f03d1c8014605614c56c8dfb13c037f837f83e7ee0c97153342ee641a84fdebfc31926a9bedc6337aa357d5ce3ad2f0ba63bc5ac4127a2d

doc/README.html

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 or $HOME/.cache/opam-grep if $XDG_CACHE_HOME isn't defined), 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.