Skip to content

ccache.dev

Object-file caching compiler wrapper

Package Information

  • Domain: ccache.dev
  • Name: ccache.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install ccache

Programs

This package provides the following executable programs:

  • ccache

Aliases

This package can also be accessed using these aliases:

  • ccache

Available Versions

Show all 10 versions
  • 4.11.3, 4.11.2, 4.11.1, 4.11.0, 4.10.2
  • 4.10.1, 4.10.0, 4.9.1, 4.9.0, 4.8.3

Latest Version: 4.11.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +ccache.dev@4.11.3 -- $SHELL -i

Dependencies

This package depends on:

  • github.com/redis/hiredis
  • facebook.com/zstd

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ccachedev

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.