Skip to content

zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install zig

Programs

This package provides the following executable programs:

  • zig

Available Versions

Show all 9 versions
  • 0.15.1, 0.15.0, 0.14.1, 0.14.0, 0.13.0
  • 0.12.1, 0.12.0, 0.11.0, 0.10.1

Latest Version: 0.15.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.zig

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.