/** * **lego** - Let's Encrypt/ACME client and library written in Go * * @domain `github.com/go-acme/lego` * @programs `lego` * @version `4.29.0` (28 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/go-acme/lego` * @homepage https://go-acme.github.io/lego/ * @buildDependencies `go.dev@^1.20` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomgoacmelego * console.log(pkg.name) // "lego" * console.log(pkg.description) // "Let's Encrypt/ACME client and library written i..." * console.log(pkg.programs) // ["lego"] * console.log(pkg.versions[0]) // "4.29.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/go-acme/lego.md * @see https://ts-pkgx.netlify.app/usage */ export declare const legoPackage: { /** * The display name of this package. */ name: 'lego'; /** * The canonical domain name for this package. */ domain: 'github.com/go-acme/lego'; /** * Brief description of what this package does. */ description: 'Let\'s Encrypt/ACME client and library written in Go'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/go-acme/lego/package.yml'; homepageUrl: 'https://go-acme.github.io/lego/'; githubUrl: 'https://github.com/go-acme/lego'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/go-acme/lego'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/go-acme/lego -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/go-acme/lego'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['lego']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.20']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.29.0', '4.28.1', '4.28.0', '4.27.0', '4.26.0', '4.25.2', '4.25.1', '4.25.0', '4.24.0', '4.23.1', '4.23.0', '4.22.2', '4.22.1', '4.22.0', '4.21.0', '4.20.4', '4.20.3', '4.20.2', '4.19.2', '4.19.1', '4.19.0', '4.18.0', '4.17.4', '4.17.3', '4.16.1', '4.16.0', '4.15.0', '4.14.2']; aliases: readonly [] }; export type LegoPackage = typeof legoPackage