[go: up one dir, main page]

File: control

package info (click to toggle)
fastdep 0.16-13
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 600 kB
  • ctags: 327
  • sloc: cpp: 2,161; ansic: 814; sh: 208; makefile: 123
file content (15 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: fastdep
Section: devel
Priority: optional
Maintainer: Robert Lemmen <robertle@semistable.com>
Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.8.1

Package: fastdep
Architecture: any
Depends: ${shlibs:Depends}
Description: fast dependency generator for C/C++ files
 Efficiently generates dependency information for C and C++ files, suitable for
 inclusion in makefiles, and optionally generates dependency information for
 its own output. This can be used to create robust, fast and largely automated
 build rules.