cabal-db: query tools for the local cabal database (revdeps, graph, info, search-by, license, bounds)

[ bsd3, program, tools ] [ Propose Tags ]

Query tool for the local cabal database

  • Diff between package versions

  • List reverse dependencies (revdeps)

  • Search by author or maintainer

  • Generate graphs of dependencies in dot format

  • List licenses of package and their dependencies

  • List all the upper version bounds that could be bumped for a list of packages


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12
Dependencies ansi-wl-pprint, base (>=4 && <4.9), bytestring, Cabal (<2), containers, directory, filepath, mtl, optparse-applicative (<0.14), pretty, process, tar (>=0.4.0), utf8-string [details]
License BSD-3-Clause
Copyright Vincent Hanquez <vincent@snarc.org>
Author Vincent Hanquez <vincent@snarc.org>
Maintainer Vincent Hanquez <vincent@snarc.org>
Revised Revision 1 made by AndreasAbel at 2021-12-16T19:24:39Z
Category Tools
Home page http://github.com/vincenthz/cabal-db
Source repo head: git clone git://github.com/vincenthz/cabal-db
Uploaded by VincentHanquez at 2014-04-10T05:33:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables cabal-db
Downloads 10427 total (34 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 8 reports]

Readme for cabal-db-0.1.8

[back to package description]

A simple tool for cabal database query

A misc set of tools to operate misc queries on the local cabal database and the associated packages

Command

  • diff: run the diff command between two different versions of a package.
  • revdeps: print all reverse dependencies of a package.
  • info: print all available versions of a package and some misc information.
  • search-author: search all the database for match in the author field.
  • search-maintainer: search all the database for match in the maintainer field.
  • graph: generate a dot format graph of the dependency
  • license: list all licenses used by packages and their dependencies
  • bumpable: list all the upper version bounds that could be bumped for a list of packages

Check the original blog post for more information: