UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

62 lines 2.38 kB
/** * **github.com/anholt/libepoxy** - Epoxy is a library for handling OpenGL function pointer management for you * * @domain `github.com/anholt/libepoxy` * @version `1.5.10` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/anholt/libepoxy` * @dependencies `linux:x.org/x11`, `linux:mesa3d.org` (includes OS-specific dependencies with `os:package` format) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomanholtlibepoxy * console.log(pkg.name) // "github.com/anholt/libepoxy" * console.log(pkg.description) // "Epoxy is a library for handling OpenGL function..." * console.log(pkg.versions[0]) // "1.5.10" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/anholt/libepoxy.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomanholtlibepoxyPackage: { /** * The display name of this package. */ name: 'github.com/anholt/libepoxy'; /** * The canonical domain name for this package. */ domain: 'github.com/anholt/libepoxy'; /** * Brief description of what this package does. */ description: 'Epoxy is a library for handling OpenGL function pointer management for you'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/anholt/libepoxy/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/anholt/libepoxy'; 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 ['linux:x.org/x11', 'linux:mesa3d.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.5.10']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/anholt/libepoxy -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/anholt/libepoxy' }; export type GithubcomanholtlibepoxyPackage = typeof githubcomanholtlibepoxyPackage