Skip to content

ninja

Small build system for use with gyp or CMake

Package Information

  • Domain: ninja-build.org
  • Name: ninja
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install ninja

Programs

This package provides the following executable programs:

  • ninja

Available Versions

Show all 6 versions
  • 1.13.1, 1.13.0, 1.12.1, 1.12.0, 1.11.1
  • 1.11.0

Latest Version: 1.13.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ninja

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.