/** * **protoc-gen-go** - Go support for Google's protocol buffers * * @domain `google.com/protobuf-go` * @programs `protoc-gen-go` * @version `1.36.10` (17 versions available) * @versions From newest version to oldest. * * @install `launchpad install google.com/protobuf-go` * @homepage https://developers.google.com/protocol-buffers * @buildDependencies `go.dev@^1.17` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.googlecomprotobufgo * console.log(pkg.name) // "protoc-gen-go" * console.log(pkg.description) // "Go support for Google's protocol buffers" * console.log(pkg.programs) // ["protoc-gen-go"] * console.log(pkg.versions[0]) // "1.36.10" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/google-com/protobuf-go.md * @see https://ts-pkgx.netlify.app/usage */ export declare const googlecomprotobufgoPackage: { /** * The display name of this package. */ name: 'protoc-gen-go'; /** * The canonical domain name for this package. */ domain: 'google.com/protobuf-go'; /** * Brief description of what this package does. */ description: 'Go support for Google\'s protocol buffers'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/google.com/protobuf-go/package.yml'; homepageUrl: 'https://developers.google.com/protocol-buffers'; githubUrl: 'https://github.com/protocolbuffers/protobuf-go'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install google.com/protobuf-go'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +google.com/protobuf-go -- $SHELL -i'; launchpadInstallCommand: 'launchpad install google.com/protobuf-go'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['protoc-gen-go']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.17']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.36.10', '1.36.9', '1.36.8', '1.36.7', '1.36.6', '1.36.5', '1.36.4', '1.36.3', '1.36.2', '1.36.1', '1.36.0', '1.35.2', '1.35.1', '1.34.2', '1.34.1', '1.34.0', '1.33.0']; aliases: readonly [] }; export type GooglecomprotobufgoPackage = typeof googlecomprotobufgoPackage