/** * **rust** - Empowering everyone to build reliable and efficient software. * * @domain `rust-lang.org` * @programs `cargo-clippy`, `cargo-fmt`, `clippy-driver`, `rust-analyzer`, `rust-gdb`, ... (+5 more) * @version `1.91.1` (39 versions available) * @versions From newest version to oldest. * * @install `launchpad install rust-lang.org` * @homepage https://www.rust-lang.org/ * @dependencies `zlib.net@1` * @buildDependencies `cmake.org@^3.20`, `python.org@>=3<3.12`, `openssl.org`, ... (+2 more) (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.rustlangorg * console.log(pkg.name) // "rust" * console.log(pkg.description) // "Empowering everyone to build reliable and effic..." * console.log(pkg.programs) // ["cargo-clippy", "cargo-fmt", ...] * console.log(pkg.versions[0]) // "1.91.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/rust-lang-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const rustlangorgPackage: { /** * The display name of this package. */ name: 'rust'; /** * The canonical domain name for this package. */ domain: 'rust-lang.org'; /** * Brief description of what this package does. */ description: 'Empowering everyone to build reliable and efficient software.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/rust-lang.org/package.yml'; homepageUrl: 'https://www.rust-lang.org/'; githubUrl: 'https://github.com/rust-lang/rust'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install rust-lang.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +rust-lang.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install rust-lang.org'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['cargo-clippy', 'cargo-fmt', 'clippy-driver', 'rust-analyzer', 'rust-gdb', 'rust-gdbgui', 'rust-lldb', 'rustc', 'rustdoc', 'rustfmt']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['zlib.net@1']; /** * Build dependencies for this package. * These are only required when building the package from source. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:gnu.org/gcc`). */ buildDependencies: readonly ['cmake.org@^3.20', 'python.org@>=3<3.12', 'openssl.org', 'crates.io/semverator@0', 'linux:llvm.org@21']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.91.1', '1.91.0', '1.90.0', '1.89.0', '1.88.0', '1.87.0', '1.86.0', '1.85.1', '1.85.0', '1.84.1', '1.84.0', '1.83.0', '1.82.0', '1.81.0', '1.80.1', '1.80.0', '1.79.0', '1.78.0', '1.77.2', '1.77.1', '1.77.0', '1.76.0', '1.75.0', '1.74.1', '1.74.0', '1.73.0', '1.72.1', '1.72.0', '1.71.1', '1.71.0', '1.70.0', '1.69.0', '1.68.2', '1.68.1', '1.68.0', '1.67.1', '1.67.0', '1.65.0', '1.64.0']; aliases: readonly [] }; export type RustlangorgPackage = typeof rustlangorgPackage