diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2015-05-01 21:36:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-02 07:53:13 +0700 |
commit | 26642564864984d0cf19701167b9a54a93a04f6d (patch) | |
tree | e3aa33420c8abdea02f7c855b018f8166d5eae0d /misc/hoorex/README | |
parent | f35a797fd84f8cc91a43084ace972645fa8f4f5a (diff) | |
download | slackbuilds-26642564864984d0cf19701167b9a54a93a04f6d.tar.gz |
misc/hoorex: Added (Dependency Calculator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/hoorex/README')
-rw-r--r-- | misc/hoorex/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/hoorex/README b/misc/hoorex/README new file mode 100644 index 0000000000..82a9417ead --- /dev/null +++ b/misc/hoorex/README @@ -0,0 +1,10 @@ +HooRex is a small tool which, after scanning a local copy of the +SlackBuilds.org packages repository, provides pertinent information +about dependency relationships between the packages. + +Its main objective is to determine which other packages depend on the +package(s) being queried. It is also able to answer the reverse query +i.e. which other packages does the queried package(s) depend on. In +either case, the output is listed in build order and (using command +line switches) can be filtered and formatted to accomodate a variety +of usage scenarios. |