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-v0.2.0.tbz
sha256=7ffa5acaa2853b7ebb3b481824314fa9c5fe3962393153ef4bb1554b246ae604
sha512=909b4f96d869f31188bd2b74843c670439f46bba24e7136592e558322f41a8e91e61e63cb92aace7fc1ea351ff18869b7a08eb067310d8fffd84fc5c180e6f68

CHANGES.md.html

v0.2.0 (11/09/2021)

  • Complete rewrite from POSIX shell script to OCaml, making it more portable

  • Use the faster ripgrep and ugrep over grep when available (suggestion from @Engil)

  • Ignore read failures from grep (symlinks to unreachable files can make it fail)

  • Use the progress library to show progress instead of a non-portable/DIY spinner

  • Use the cmdliner library to handle arguments and produce a manpage via --help

v0.1.1 (20/06/2021)

  • Fix missing shell quotes resulting in the impossibility of having regexp with spaces in them

v0.1.0 (18/06/2021)

  • Just a simple shell script that greps in the sources of every opam packages

  • General quality of life improvements by @dra27 in #1

OCaml

Innovation. Community. Security.