File: control

package info (click to toggle)
compilercache 1.0.10-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 116 kB
  • ctags: 5
  • sloc: sh: 231; lex: 106; makefile: 42
file content (18 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: compilercache
Section: devel
Priority: optional
Maintainer: Jochen Voss <voss@debian.org>
Build-Depends: debhelper (>> 3.0.0), flex
Standards-Version: 3.5.2

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 thing 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.