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. This can also be used to extract dependencies from Haskell source using the C preprocessor.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
cross

Set this flag when cross-compiling

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)
Change log CHANGELOG.md
Dependencies array, base (>=4.9 && <5), bytestring, cdeps, directory, filepath, optparse-applicative, text [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018-2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Development, C, Language
Source repo head: darcs get https://hub.darcs.net/vmchale/cdeps
Uploaded by vmchale at 2020-06-24T22:46:44Z
Distributions NixOS:0.1.3.1
Reverse Dependencies 3 direct, 1 indirect [details]
Executables cdeps
Downloads 6910 total (42 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-06-25 [all 1 reports]

Readme for cdeps-0.1.3.1

[back to package description]

cdeps

Hackage CI Hackage Dependencies of latest version on Hackage

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