mirror of https://gitee.com/openkylin/swig.git
21 lines
718 B
Plaintext
21 lines
718 B
Plaintext
Source: ccache
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Francois Marier <francois@debian.org>
|
|
Build-Depends: debhelper (>> 6), autotools-dev, zlib1g-dev
|
|
Standards-Version: 3.7.3
|
|
Homepage: http://ccache.samba.org
|
|
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/ccache/
|
|
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/ccache/
|
|
|
|
Package: ccache
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Suggests: distcc
|
|
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 to, but faster than, the compilercache package.
|