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.
|
2 years ago | |
---|---|---|
scripts | 4 years ago | |
src | 2 years ago | |
.gitignore | 4 years ago | |
LICENSE.md | 4 years ago | |
README.md | 4 years ago | |
dune-project | 2 years ago | |
still_dep.opam | 2 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.