UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

56 lines 1.94 kB
/** * **github.com/jbeder/yaml-cpp** - A YAML parser and emitter in C++ * * @domain `github.com/jbeder/yaml-cpp` * @version `0.8.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/jbeder/yaml-cpp` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomjbederyamlcpp * console.log(pkg.name) // "github.com/jbeder/yaml-cpp" * console.log(pkg.description) // "A YAML parser and emitter in C++" * console.log(pkg.versions[0]) // "0.8.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/jbeder/yaml-cpp.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomjbederyamlcppPackage: { /** * The display name of this package. */ name: 'github.com/jbeder/yaml-cpp'; /** * The canonical domain name for this package. */ domain: 'github.com/jbeder/yaml-cpp'; /** * Brief description of what this package does. */ description: 'A YAML parser and emitter in C++'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/jbeder/yaml-cpp/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/jbeder/yaml-cpp'; 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.8.0', '0.7.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/jbeder/yaml-cpp -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/jbeder/yaml-cpp' }; export type GithubcomjbederyamlcppPackage = typeof githubcomjbederyamlcppPackage