/** * **opencl-headers** - Khronos OpenCL-Headers * * @domain `khronos.org/opencl-headers` * @version `2025.7.22` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install khronos.org/opencl-headers` * @buildDependencies `gnu.org/make`, `cmake.org`, `python.org@~3.11` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.khronosorgopenclheaders * console.log(pkg.name) // "opencl-headers" * console.log(pkg.description) // "Khronos OpenCL-Headers" * console.log(pkg.versions[0]) // "2025.7.22" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/khronos-org/opencl-headers.md * @see https://ts-pkgx.netlify.app/usage */ export declare const khronosorgopenclheadersPackage: { /** * The display name of this package. */ name: 'opencl-headers'; /** * The canonical domain name for this package. */ domain: 'khronos.org/opencl-headers'; /** * Brief description of what this package does. */ description: 'Khronos OpenCL-Headers'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/khronos.org/opencl-headers/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/KhronosGroup/OpenCL-Headers'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install khronos.org/opencl-headers'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +khronos.org/opencl-headers -- $SHELL -i'; launchpadInstallCommand: 'launchpad install khronos.org/opencl-headers'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/make', '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.7.22', '2024.10.24', '2024.5.8', '2023.12.14', '2023.4.17']; aliases: readonly [] }; export type KhronosorgopenclheadersPackage = typeof khronosorgopenclheadersPackage