[](https://lgtm.com/projects/g/ccache/ccache/alerts)
[](https://gitter.im/ccache/ccache)
-ccache is a compiler cache. It speeds up recompilation by caching the result of
-previous compilations and detecting when the same compilation is being done
-again. Supported languages are C, C++, Objective-C and Objective-C++.
+Ccache (or “ccache”) is a compiler cache. It [speeds up
+recompilation](https://ccache.dev/performance.html)> by caching previous
+compilations and detecting when the same compilation is being done again.
General information
-------------------
* [Main web site](https://ccache.dev)
+* [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html)
* [Documentation](https://ccache.dev/documentation.html)
* [Latest manual](https://ccache.dev/manual/latest.html)
* [Installation from Git source repository](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)