File: control

package info (click to toggle)
ccache 1.7-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 376 kB
  • ctags: 213
  • sloc: ansic: 2,513; sh: 2,494; makefile: 87
file content (16 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: ccache
Section: devel
Priority: optional
Maintainer: Paul Russell <prussell@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

Package: ccache
Architecture: any
Depends: ${shlibs:Depends}
Description: Compiler results cacher, for fast recompiles.
 ccache is a compiler cache. It speeds up re-compilation of C/C++ code 
 by caching previous compiles and detecting when the same compile is
 being done again.
 .
 This is similar (but faster) than the compilercache package.