File: control

package info (click to toggle)
ccache 4.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,420 kB
  • sloc: cpp: 50,251; asm: 28,570; sh: 9,632; ansic: 5,357; python: 834; perl: 68; makefile: 24
file content (18 lines) | stat: -rw-r--r-- 802 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: ccache
Section: devel
Maintainer: Joel Rosdahl <joel@debian.org>
Build-Depends: asciidoctor, cmake, debhelper-compat (= 13), doctest-dev (>= 2.4.6), elfutils, libexpected-dev (>= 1.1.0), libfmt-dev (>= 8.0.0), libhiredis-dev (>= 0.14.1), libxxhash-dev (>= 0.8.0), libzstd-dev (>= 1.3.4), pandoc
Standards-Version: 4.7.3
Homepage: https://ccache.dev
Vcs-Browser: https://salsa.debian.org/debian/ccache
Vcs-Git: https://salsa.debian.org/debian/ccache.git

Package: ccache
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: distcc | icecc
Description: Compiler cache for fast recompilation of C/C++ code
 Ccache is a compiler cache. It speeds up recompilation by caching
 previous compilations and detecting when the same compilation is
 being done again.