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
no-executable

Disable building the executable

Disabled

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

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, 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, text [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 2 made by vmchale at 2018-04-22T04:31:05Z
Category Development, C, Language
Source repo head: git clone https://github.com/vmchale/atspkg
Uploaded by vmchale at 2018-04-21T18:20:43Z
Distributions NixOS:0.1.3.1
Reverse Dependencies 3 direct, 1 indirect [details]
Executables cdeps
Downloads 6891 total (60 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2018-04-21 [all 3 reports]

Readme for cdeps-0.1.0.0

[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.