/** * **libpipeline** - pkgx package * * @domain `libpipeline.gitlab.io/libpipeline` * @version `1.5.8` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install libpipeline.gitlab.io/libpipeline` * @buildDependencies `gnu.org/make` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.libpipelinegitlabiolibpipeline * console.log(pkg.name) // "libpipeline" * console.log(pkg.versions[0]) // "1.5.8" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/libpipeline-gitlab-io/libpipeline.md * @see https://ts-pkgx.netlify.app/usage */ export declare const libpipelinegitlabiolibpipelinePackage: { /** * The display name of this package. */ name: 'libpipeline'; /** * The canonical domain name for this package. */ domain: 'libpipeline.gitlab.io/libpipeline'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libpipeline.gitlab.io/libpipeline/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install libpipeline.gitlab.io/libpipeline'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +libpipeline.gitlab.io/libpipeline -- $SHELL -i'; launchpadInstallCommand: 'launchpad install libpipeline.gitlab.io/libpipeline'; 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/make']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.5.8', '1.5.7']; aliases: readonly [] }; export type LibpipelinegitlabiolibpipelinePackage = typeof libpipelinegitlabiolibpipelinePackage