Description
Fedora headers searcher is a tool that analyzes #include
directives in C/C++ header/source files and tries to map them to a Fedora RPM package that provides such file. Feaders uses DNF and it's repoquery plugin to search entire repository for provided files. The current approach for the search is rather brute-force, that being said, there's a lot of space for improvement and the performance so far has not been great.
Installation Instructions
$ ./feaders file.c file2.h
$ ./feaders -r /path/to/project
$ ./feaders -f server_url -r /path/to/project
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (0)* | EPEL 7 (103 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable podvody/Feaders
More info about enabling Copr repositories