/** * **glm.g-truc** - OpenGL Mathematics (GLM) * * @domain `glm.g-truc.net` * @version `1.0.2` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install glm.g-truc.net` * @homepage https://glm.g-truc.net * @buildDependencies `cmake.org@^3` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.glmgtrucnet * console.log(pkg.name) // "glm.g-truc" * console.log(pkg.description) // "OpenGL Mathematics (GLM)" * console.log(pkg.versions[0]) // "1.0.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/glm-g-truc-net.md * @see https://ts-pkgx.netlify.app/usage */ export declare const glmgtrucnetPackage: { /** * The display name of this package. */ name: 'glm.g-truc'; /** * The canonical domain name for this package. */ domain: 'glm.g-truc.net'; /** * Brief description of what this package does. */ description: 'OpenGL Mathematics (GLM)'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/glm.g-truc.net/package.yml'; homepageUrl: 'https://glm.g-truc.net'; githubUrl: 'https://github.com/g-truc/glm'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install glm.g-truc.net'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +glm.g-truc.net -- $SHELL -i'; launchpadInstallCommand: 'launchpad install glm.g-truc.net'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['cmake.org@^3']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.0.2', '1.0.1', '1.0.0', '0.9.9.8']; aliases: readonly [] }; export type GlmgtrucnetPackage = typeof glmgtrucnetPackage