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

Description

Published: 13 Oct 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.1.0"
  4. progress >= "0.2.1"
  5. dune >= "2.0"
  6. ocaml >= "4.08"

Dev Dependencies

None

Used by

None

Conflicts

None