Skip to content

abseil.io

Abseil Common Libraries (C++)

Package Information

  • Domain: abseil.io
  • Name: abseil.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +abseil.io -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 18 versions
  • 20250512.1.0, 20250512.0.0, 20250127.1.0, 20250127.0.0, 20240722.1.0
  • 20240722.0.0, 20240116.3.0, 20240116.2.0, 20240116.1.0, 20240116.0.0
  • 20230802.3.0, 20230802.2.0, 20230802.1.0, 20230802.0.0, 20230125.4.0
  • 20230125.3.0, 20230125.2.0, 20220623.2.0

Latest Version: 20250512.1.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +abseil.io@20250512.1.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.abseilio

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.