You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zapashcanon e19d64cff5
first commit
5 years ago
scripts first commit 5 years ago
src first commit 5 years ago
.gitignore first commit 5 years ago
LICENSE.md first commit 5 years ago
README.md first commit 5 years ago
dune-project first commit 5 years ago

README.md

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.