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.4.0.tar.gz
md5=2a4cb24224971059020b824d83ed0d2e
sha512=e64767464c22e71b4bddc3de676633a60713282dd8397274f855472a48136d6503484d75fb8c8993a4f4f906515e7c588c57db1561ca84ea3b0de9c6c61b17c8

README.md.html

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.