still-dep/README.md
2019-09-16 03:58:54 +02:00

445 B

still-dep

still-dep is a small tool to list all packages that still depends on a given package.

Usage

./still_dep.exe oasis # will list all opam packages that still depends on oasis

Build

To build the executable:

scripts/build.sh

To clean after building:

scripts/clean.sh

Format

You can format the code using:

scripts/format.sh

License

See LICENSE.