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

Description

Published: 13 Sep 2021

README

README.md

opam-grep greps anything in the sources of the latest version of every opam packages.

This is sometimes useful for OCaml library developers to know which portions of their library is used.

Usage:
  - ./opam-grep.sh --help
  - ./opam-grep.sh --version
  - ./opam-grep.sh <regexp>

Dependencies (6)

  1. bos >= "0.2.0"
  2. fpath >= "0.7.3"
  3. cmdliner >= "1.0.4"
  4. progress >= "0.2.1"
  5. dune >= "2.0"
  6. ocaml >= "4.08"

Dev Dependencies

None

Used by

None

Conflicts

None