UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

62 lines 3.2 kB
/** * **github.com/KhronosGroup/Vulkan-Loader** - Vulkan Loader * * @domain `github.com/KhronosGroup/Vulkan-Loader` * @version `1.4.325` (63 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/KhronosGroup/Vulkan-Loader` * @dependencies `github.com/KhronosGroup/Vulkan-Headers`, `linux:x.org/x11`, `linux:x.org/xcb`, ... (+1 more) (includes OS-specific dependencies with `os:package` format) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomkhronosgroupvulkanloader * console.log(pkg.name) // "github.com/KhronosGroup/Vulkan-Loader" * console.log(pkg.description) // "Vulkan Loader" * console.log(pkg.versions[0]) // "1.4.325" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/KhronosGroup/Vulkan-Loader.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomkhronosgroupvulkanloaderPackage: { /** * The display name of this package. */ name: 'github.com/KhronosGroup/Vulkan-Loader'; /** * The canonical domain name for this package. */ domain: 'github.com/KhronosGroup/Vulkan-Loader'; /** * Brief description of what this package does. */ description: 'Vulkan Loader'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/KhronosGroup/Vulkan-Loader/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/KhronosGroup/Vulkan-Loader'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`). */ dependencies: readonly ['github.com/KhronosGroup/Vulkan-Headers', 'linux:x.org/x11', 'linux:x.org/xcb', 'linux:wayland.freedesktop.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.4.325', '1.4.324', '1.4.323', '1.4.322', '1.4.321', '1.4.320', '1.4.319', '1.4.318', '1.4.317', '1.4.316', '1.4.315', '1.4.314', '1.4.313', '1.4.312', '1.4.311', '1.4.310', '1.4.309', '1.4.307', '1.4.306', '1.4.305', '1.4.304', '1.4.303', '1.3.302', '1.3.301', '1.3.300', '1.3.299', '1.3.298', '1.3.297', '1.3.296', '1.3.295', '1.3.294', '1.3.293', '1.3.292', '1.3.290', '1.3.289', '1.3.288', '1.3.287', '1.3.286', '1.3.285', '1.3.284', '1.3.283', '1.3.282', '1.3.281', '1.3.280', '1.3.279', '1.3.278', '1.3.277', '1.3.276', '1.3.275', '1.3.274', '1.3.273', '1.3.272', '1.3.271', '1.3.270', '1.3.269', '1.3.268', '1.3.267', '1.3.266', '1.3.265', '1.3.264', '1.3.263', '1.3.262', '1.3.261']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/KhronosGroup/Vulkan-Loader -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/KhronosGroup/Vulkan-Loader' }; export type GithubcomkhronosgroupvulkanloaderPackage = typeof githubcomkhronosgroupvulkanloaderPackage