File: control

package info (click to toggle)
compilercache 1.0.10-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 116 kB
  • ctags: 5
  • sloc: sh: 228; lex: 106; makefile: 42
file content (22 lines) | stat: -rw-r--r-- 824 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
Source: compilercache
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>> 3.0.0), flex
Standards-Version: 3.5.6

Package: compilercache
Architecture: any
Depends: ${shlibs:Depends}
Description: a caching wrapper around compilers to speed up compilations
 Compilercache is a wrapper around your C and C++ compilers. Each
 time you compile something, the wrapper puts the result of the
 compilation into a cache. And once you compile the same file again,
 the result will be picked from the cache instead of being recompiled.
 .
 Care is taken to ensure that compilation with and without compilercache
 always results in identical object files.
 .
 Note that this package is very similar to the ccache package.
 .
 Homepage: http://www.erikyyy.de/compilercache/