package opam-grep
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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/CHANGES.html
v0.4.1 (28/07/2026)
- Ignore errors from
opam source(#9 by @edwintorok)
v0.4.0 (13/10/2022)
- Add a --depends-on option to grep through only the packages that (recursively) depends on some packages (#4 suggestion from @raphael-proust)
- Upgrade to the cmdliner 1.1.0 API
v0.3.0 (25/01/2022)
- Add a --repos option to grep through only the selected repositories and not all of them (#3 suggestion from @Sudha247)
v0.2.0 (11/09/2021)
- Complete rewrite from POSIX shell script to OCaml, making it more portable
- Use the faster
ripgrepandugrepovergrepwhen available (suggestion from @Engil) - Ignore read failures from grep (symlinks to unreachable files can make it fail)
- Use
$XDG_CACHE_HOMEwhen available to store the archives instead of just~/.cache - Use the
progresslibrary to show progress instead of a non-portable/DIY spinner - Use the
cmdlinerlibrary 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
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page