File: control

package info (click to toggle)
deheader 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: python: 1,206; ansic: 334; makefile: 75; sh: 15
file content (28 lines) | stat: -rw-r--r-- 866 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This is not a real Debian control file
# It's project metadata for the shipper tool

Package: deheader

Description: Find and optionally remove unneeded includes in C or C++ sourcefiles.
 deheader analyzes C and C++ files to determine which header inclusions can be
 removed while still allowing them to compile.  This may result in substantial
 improvements in compilation time, especially on large C++ projects; it also
 sometimes exposes dependencies and cohesions of which developers were unaware.

Homepage: http://www.catb.org/~esr/deheader

XBS-Packaged-As: deheader

XBS-HTML-Target: index.html

XBS-Repository-URL: https://gitlab.com/esr/deheader

OpenHub-URL: https://www.ohloh.net/p/deheader/

XBS-Logo: deheader-logo.png

#XBS-Project-Tags: development tools, optimization, C, C++

XBS-VC-Tag-Template: %(version)s

XBS-Validate: make check spellcheck