cdeps: Extract dependencies from C code.

[ bsd3, c, development, language, library, program ] [ Propose Tags ]

This package provides the ability to extract dependencies from C code, for use with shake or otherwise.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.1.6, 0.1.1.7, 0.1.1.8, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.1.3.0, 0.1.3.1 (info)
Dependencies array, base (>=4.11 && <5), bytestring, cdeps, directory, filepath, optparse-applicative, semigroups, text, transformers [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Development, C, Language
Source repo head: git clone https://github.com/vmchale/atspkg
Uploaded by vmchale at 2018-07-03T00:11:33Z
Distributions NixOS:0.1.3.1
Reverse Dependencies 3 direct, 1 indirect [details]
Executables cdeps
Downloads 6892 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-03 [all 1 reports]

Readme for cdeps-0.1.1.5

[back to package description]

cdeps

This package provides the ability to extract C dependencies from source code. It can be used with shake or for other purposes.