Skip to content

swig.org

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.

Package Information

  • Domain: swig.org
  • Name: swig.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +swig.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • swig
  • ccache-swig

Available Versions

Show all 5 versions
  • 4.3.1, 4.3.0, 4.2.1, 4.2.0, 4.1.1

Latest Version: 4.3.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +swig.org@4.3.1 -- $SHELL -i

Dependencies

This package depends on:

  • pcre.org/v2

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.swigorg

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.