/** * **libyaml** - Canonical source repository for LibYAML * * @domain `pyyaml.org/libyaml` * @version `0.2.5` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install pyyaml.org/libyaml` * @homepage http://pyyaml.org/wiki/LibYAML * @buildDependencies `gnu.org/libtool`, `gnu.org/autoconf` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.pyyamlorglibyaml * console.log(pkg.name) // "libyaml" * console.log(pkg.description) // "Canonical source repository for LibYAML" * console.log(pkg.versions[0]) // "0.2.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/pyyaml-org/libyaml.md * @see https://ts-pkgx.netlify.app/usage */ export declare const pyyamlorglibyamlPackage: { /** * The display name of this package. */ name: 'libyaml'; /** * The canonical domain name for this package. */ domain: 'pyyaml.org/libyaml'; /** * Brief description of what this package does. */ description: 'Canonical source repository for LibYAML'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/pyyaml.org/libyaml/package.yml'; homepageUrl: 'http://pyyaml.org/wiki/LibYAML'; githubUrl: 'https://github.com/yaml/libyaml'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install pyyaml.org/libyaml'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +pyyaml.org/libyaml -- $SHELL -i'; launchpadInstallCommand: 'launchpad install pyyaml.org/libyaml'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/libtool', 'gnu.org/autoconf']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.2.5']; aliases: readonly [] }; export type PyyamlorglibyamlPackage = typeof pyyamlorglibyamlPackage