Skip to content

pkg-config

package compiler and linker metadata toolkit

Package Information

  • Domain: freedesktop.org/pkg-config
  • Name: pkg-config
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install pkg-config

Programs

This package provides the following executable programs:

  • pkg-config

Available Versions

Show all 1 versions
  • 0.29.2

Latest Version: 0.29.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) pkg-config -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['pkg-config']

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.