ghc-tags-core: CTags and ETags from Haskell syntax tree.

[ development, library, mpl ] [ Propose Tags ]

A library to work with tags created from GHC syntax tree.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
ghc-lib

Use ghc-lib rather than ghc

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.4.0, 0.2.4.1, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.5.0.0, 0.6.0.0, 0.6.1.0 (info)
Change log CHANGELOG.md
Dependencies attoparsec (>=0.14.4), base (>=4.12.0.0 && <4.20), bytestring (>=0.10), containers, deepseq, filepath (>=1.4.100.1 && <1.5), filepath-bytestring (>=1.4 && <1.5), ghc, text (>=1.2 && <2.2) [details]
License MPL-2.0
Copyright (c) 2020-2024, Marcin Szamotulski
Author Marcin Szamotulski
Maintainer coot@coot.me
Category Development
Home page https://github.com/coot/ghc-tags-plugin#readme
Bug tracker https://github.com/coot/ghc-tags-plugin/issues
Uploaded by coot at 2024-02-12T19:58:38Z
Distributions NixOS:0.6.1.0
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1707 total (65 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-02-12 [all 1 reports]

Readme for ghc-tags-core-0.6.1.0

[back to package description]

Create and work with CTAGS and ETAGS files

Haskell Programming Language MPL-2.0 License Haskell CI

Library scope

ghc-tags-core library provides:

  • a function to extract /tag/ information from @'HsModule' 'GhcPs'@ parsed tree representation of Haskell code,
  • parsers for ctag and etag style tag files (/vim/ / /emacs/),
  • formatting tags into ctag and etag files,
  • tries to be compatible with universal-ctags.

Projects using this library

Check out these projects: