{ "id": "ccache-asdf", "version": "2.0.18", "name": "Ccache (via asdf)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/ccache-asdf", "description": "Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/asdf-package", "ghcr.io/devcontainers-extra/features/apt-get-packages" ] }