"Fossies" - the Fresh Open Source Software Archive

Member "deheader-1.10/control" (12 Jun 2019, 828 Bytes) of package /linux/privat/deheader-1.10.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # This is not a real Debian control file
    2 # It's project metadata for the shipper tool
    3 
    4 Package: deheader
    5 
    6 Description: Find and optionally remove unneeded includes in C or C++ sourcefiles.
    7  deheader analyzes C and C++ files to determine which header inclusions can be
    8  removed while still allowing them to compile.  This may result in substantial
    9  improvements in compilation time, especially on large C++ projects; it also
   10  sometimes exposes dependencies and cohesions of which developers were unaware.
   11 
   12 Homepage: http://www.catb.org/~esr/deheader
   13 
   14 XBS-HTML-Target: index.html
   15 
   16 XBS-Repository-URL: https://gitlab.com/esr/deheader
   17 
   18 OpenHub-URL: https://www.ohloh.net/p/deheader/
   19 
   20 XBS-Logo: deheader-logo.png
   21 
   22 #XBS-Project-Tags: development tools, optimization, C, C++
   23 
   24 XBS-VC-Tag-Template: %(version)s
   25 
   26 XBS-Validate: make check