UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.23 kB
/** * **github.com/libkml/libkml** - Reference implementation of OGC KML 2.2 * * @domain `github.com/libkml/libkml` * @version `1.3.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/libkml/libkml` * @dependencies `zlib.net/minizip^1.3`, `uriparser.github.io^0.9`, `curl.se^8`, ... (+2 more) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomlibkmllibkml * console.log(pkg.name) // "github.com/libkml/libkml" * console.log(pkg.description) // "Reference implementation of OGC KML 2.2" * console.log(pkg.versions[0]) // "1.3.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/libkml/libkml.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomlibkmllibkmlPackage: { /** * The display name of this package. */ name: 'github.com/libkml/libkml'; /** * The canonical domain name for this package. */ domain: 'github.com/libkml/libkml'; /** * Brief description of what this package does. */ description: 'Reference implementation of OGC KML 2.2'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/libkml/libkml/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/libkml/libkml'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/libkml/libkml'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['zlib.net/minizip^1.3', 'uriparser.github.io^0.9', 'curl.se^8', 'libexpat.github.io^2.5', 'boost.org>=1.81']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.3.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/libkml/libkml -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/libkml/libkml' }; export type GithubcomlibkmllibkmlPackage = typeof githubcomlibkmllibkmlPackage