UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 1.98 kB
/** * **github.com/danfis/libccd** - Library for collision detection between two convex shapes * * @domain `github.com/danfis/libccd` * @version `2.1.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/danfis/libccd` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomdanfislibccd * console.log(pkg.name) // "github.com/danfis/libccd" * console.log(pkg.description) // "Library for collision detection between two con..." * console.log(pkg.versions[0]) // "2.1.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/danfis/libccd.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomdanfislibccdPackage: { /** * The display name of this package. */ name: 'github.com/danfis/libccd'; /** * The canonical domain name for this package. */ domain: 'github.com/danfis/libccd'; /** * Brief description of what this package does. */ description: 'Library for collision detection between two convex shapes'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/danfis/libccd/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/danfis/libccd'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.1.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/danfis/libccd -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/danfis/libccd' }; export type GithubcomdanfislibccdPackage = typeof githubcomdanfislibccdPackage