/** * **cosign** - Code signing and transparency for containers and binaries * * @domain `sigstore.dev/cosign` * @programs `cosign` * @version `3.0.2` (20 versions available) * @versions From newest version to oldest. * * @install `launchpad install sigstore.dev/cosign` * @buildDependencies `go.dev@~1.24.3` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.sigstoredevcosign * console.log(pkg.name) // "cosign" * console.log(pkg.description) // "Code signing and transparency for containers an..." * console.log(pkg.programs) // ["cosign"] * console.log(pkg.versions[0]) // "3.0.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/sigstore-dev/cosign.md * @see https://ts-pkgx.netlify.app/usage */ export declare const sigstoredevcosignPackage: { /** * The display name of this package. */ name: 'cosign'; /** * The canonical domain name for this package. */ domain: 'sigstore.dev/cosign'; /** * Brief description of what this package does. */ description: 'Code signing and transparency for containers and binaries'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/sigstore.dev/cosign/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/sigstore/cosign'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install sigstore.dev/cosign'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +sigstore.dev/cosign -- $SHELL -i'; launchpadInstallCommand: 'launchpad install sigstore.dev/cosign'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['cosign']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@~1.24.3']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.0.2', '3.0.1', '2.6.1', '2.6.0', '2.5.3', '2.5.2', '2.5.1', '2.5.0', '2.4.3', '2.4.2', '2.4.1', '2.4.0', '2.3.0', '2.2.4', '2.2.3', '2.2.2', '2.2.1', '2.2.0', '1.13.6', '1.13.2']; aliases: readonly [] }; export type SigstoredevcosignPackage = typeof sigstoredevcosignPackage