@hackage codex0.5.0.2
A ctags file generator for cabal project dependencies.
Categories
License
Apache-2.0
Maintainer
alois.cochard@gmail.com
Links
Versions
Installation
Dependencies (20)
- Cabal >=1.18 && <1.25
- base >=4.6.0.1 && <5
- bytestring >=0.10.0.2 && <0.11
- containers >=0.5.0.0 && <0.6
- cryptohash >=0.11 && <0.12
- directory >=1.2.0.1 && <1.3 Show all…
Dependents (1)
@hackage/acme-everything
This tool download and cache the source code of packages in your local hackage,
it can then use this cache to generate tags files aggregating the sources of all the dependencies of your cabal/stack projects.
You basically do `codex update` in your project directory and you'll get a file
(codex.tags by default, or TAGS when using emacs format) that you can use in your
favorite text editor.
Usage overview can be found in the README.