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.
445 B
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.