/** * **spirv** - API and commands for processing SPIR-V modules * * @domain `khronos.org/SPIRV-Tools` * @programs `spirv-as`, `spirv-cfg`, `spirv-dis`, `spirv-lesspipe.sh`, `spirv-link`, ... (+5 more) * @version `2025.4.0` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install khronos.org/SPIRV-Tools` * @buildDependencies `cmake.org`, `python.org@~3.11` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.khronosorgspirvtools * console.log(pkg.name) // "spirv" * console.log(pkg.description) // "API and commands for processing SPIR-V modules" * console.log(pkg.programs) // ["spirv-as", "spirv-cfg", ...] * console.log(pkg.versions[0]) // "2025.4.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/khronos-org/SPIRV-Tools.md * @see https://ts-pkgx.netlify.app/usage */ export declare const khronosorgspirvtoolsPackage: { /** * The display name of this package. */ name: 'spirv'; /** * The canonical domain name for this package. */ domain: 'khronos.org/SPIRV-Tools'; /** * Brief description of what this package does. */ description: 'API and commands for processing SPIR-V modules'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/khronos.org/SPIRV-Tools/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/KhronosGroup/SPIRV-Tools'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install khronos.org/SPIRV-Tools'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +khronos.org/SPIRV-Tools -- $SHELL -i'; launchpadInstallCommand: 'launchpad install khronos.org/SPIRV-Tools'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['spirv-as', 'spirv-cfg', 'spirv-dis', 'spirv-lesspipe.sh', 'spirv-link', 'spirv-lint', 'spirv-objdump', 'spirv-opt', 'spirv-reduce', 'spirv-val']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['cmake.org', 'python.org@~3.11']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2025.4.0', '2025.1.0', '2024.3.0', '2024.2.0', '2024.1.0']; aliases: readonly [] }; export type KhronosorgspirvtoolsPackage = typeof khronosorgspirvtoolsPackage