UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 1.91 kB
/** * **github.com/PJK/libcbor** - CBOR protocol implementation for C * * @domain `github.com/PJK/libcbor` * @version `0.12.0` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/PJK/libcbor` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcompjklibcbor * console.log(pkg.name) // "github.com/PJK/libcbor" * console.log(pkg.description) // "CBOR protocol implementation for C" * console.log(pkg.versions[0]) // "0.12.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/PJK/libcbor.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcompjklibcborPackage: { /** * The display name of this package. */ name: 'github.com/PJK/libcbor'; /** * The canonical domain name for this package. */ domain: 'github.com/PJK/libcbor'; /** * Brief description of what this package does. */ description: 'CBOR protocol implementation for C'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/PJK/libcbor/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/PJK/libcbor'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.12.0', '0.11.0', '0.10.1']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/PJK/libcbor -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/PJK/libcbor' }; export type GithubcompjklibcborPackage = typeof githubcompjklibcborPackage