ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 1.75 kB
TypeScript
/**
* **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 -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomjbederyamlcpp
* console.log(pkg.name) // "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: '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 -- $SHELL -i';
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 []
};
export type GithubcomjbederyamlcppPackage = typeof githubcomjbederyamlcppPackage