/** * **SDL2_Pango** - pkgx package * * @domain `github.com/markuskimius/SDL2_Pango` * @version `2.1.5` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/markuskimius/SDL2_Pango` * @dependencies `gnome.org/pango>=1.2`, `libsdl.org^2.0.2` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcommarkuskimiussdl2_pango * console.log(pkg.name) // "SDL2_Pango" * console.log(pkg.versions[0]) // "2.1.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/markuskimius/SDL2_Pango.md * @see https://ts-pkgx.netlify.app/usage */ export declare const sdl2_pangoPackage: { /** * The display name of this package. */ name: 'SDL2_Pango'; /** * The canonical domain name for this package. */ domain: 'github.com/markuskimius/SDL2_Pango'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/markuskimius/SDL2_Pango/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/markuskimius/SDL2_Pango'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/markuskimius/SDL2_Pango -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/markuskimius/SDL2_Pango'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['gnome.org/pango>=1.2', 'libsdl.org^2.0.2']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.1.5']; aliases: readonly [] }; export type Sdl2_pangoPackage = typeof sdl2_pangoPackage