UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 2.09 kB
/** * **github.com/TartanLlama/expected** - C++11/14/17 std::expected with functional-style extensions * * @domain `github.com/TartanLlama/expected` * @version `1.2.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/TartanLlama/expected` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomtartanllamaexpected * console.log(pkg.name) // "github.com/TartanLlama/expected" * console.log(pkg.description) // "C++11/14/17 std::expected with functional-style..." * console.log(pkg.versions[0]) // "1.2.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/TartanLlama/expected.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomtartanllamaexpectedPackage: { /** * The display name of this package. */ name: 'github.com/TartanLlama/expected'; /** * The canonical domain name for this package. */ domain: 'github.com/TartanLlama/expected'; /** * Brief description of what this package does. */ description: 'C++11/14/17 std::expected with functional-style extensions'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/TartanLlama/expected/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/TartanLlama/expected'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.2.0', '1.1.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/TartanLlama/expected -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/TartanLlama/expected' }; export type GithubcomtartanllamaexpectedPackage = typeof githubcomtartanllamaexpectedPackage