/** * **thrift** - Framework for scalable cross-language services development * * @domain `apache.org/thrift` * @programs `thrift` * @version `0.22.0` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install apache.org/thrift` * @homepage https://thrift.apache.org/ * @dependencies `openssl.org@1.1`, `zlib.net` * @buildDependencies `gnu.org/automake`, `gnu.org/autoconf`, `gnu.org/libtool`, ... (+2 more) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.apacheorgthrift * console.log(pkg.name) // "thrift" * console.log(pkg.description) // "Framework for scalable cross-language services ..." * console.log(pkg.programs) // ["thrift"] * console.log(pkg.versions[0]) // "0.22.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/apache-org/thrift.md * @see https://ts-pkgx.netlify.app/usage */ export declare const apacheorgthriftPackage: { /** * The display name of this package. */ name: 'thrift'; /** * The canonical domain name for this package. */ domain: 'apache.org/thrift'; /** * Brief description of what this package does. */ description: 'Framework for scalable cross-language services development'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/apache.org/thrift/package.yml'; homepageUrl: 'https://thrift.apache.org/'; githubUrl: 'https://github.com/apache/thrift'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install apache.org/thrift'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +apache.org/thrift -- $SHELL -i'; launchpadInstallCommand: 'launchpad install apache.org/thrift'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['thrift']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openssl.org@1.1', 'zlib.net']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/automake', 'gnu.org/autoconf', 'gnu.org/libtool', 'gnu.org/bison', 'boost.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.22.0', '0.21.0', '0.20.0', '0.19.0', '0.18.1']; aliases: readonly [] }; export type ApacheorgthriftPackage = typeof apacheorgthriftPackage