Package: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~22.04.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 22809 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.2) Recommends: gcc | clang, git, rustc (>= 1.72.0-0real0.73.0rusoft1.4~22.04.1), binutils, libc6-dev, pkg-config, ca-certificates Provides: cargo Filename: pool/ubuntu-jammy/amd64/cargo-bin/cargo-bin_1.72.0-0real0.73.0rusoft1.4~22.04.1_amd64.deb Size: 7063812 MD5sum: c791f921e74bfdb6a21b624c7bac1f56 SHA1: 59a7da2398c177196b105aea97b86c5060fbdf1f SHA256: 910ad799527e9e32884bcace0fb3e387592dce896e3285fc95ff327bbbd04b78 Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust package manager, binary distribution Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. Package: librustc-driver-bin Source: rustc-bin Version: 1.72.0-0rusoft1.10~22.04.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 295455 Depends: libc6 (>= 2.16), libgcc-s1 (>= 4.2), zlib1g (>= 1:1.2.0), libstd-rust-compat (>= 1.72.0), libstd-rust-dev-bin (>= 1.72.0) Provides: librustc-driver Filename: pool/ubuntu-jammy/amd64/rustc-bin/librustc-driver-bin_1.72.0-0rusoft1.10~22.04.1_amd64.deb Size: 72226702 MD5sum: 6cd92e6ebd6d3f79735f1584e33db372 SHA1: 4726ff59a3f09e9f4693587d66cb347847d8fb3b SHA256: 8f56b9b5f54190831c746b91ffee229ae13141b6f30c66a6f6bfaa13cf5ab6ea Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust systems programming language, binary distribution Lirary to use compiler tools. Package: libstd-rust-bin Source: rust-std-bin Version: 1.72.0-0rusoft1.10~22.04.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 6567 Depends: libc6 (>= 2.15), libgcc-s1 (>= 4.2), libstd-rust-compat (>= 1.72.0-0rusoft1.10~22.04.1) Provides: libstd-rust-1.72 Filename: pool/ubuntu-jammy/amd64/rust-std-bin/libstd-rust-bin_1.72.0-0rusoft1.10~22.04.1_amd64.deb Size: 4042986 MD5sum: 8ca139294449804c9c20a54a3cea41f8 SHA1: fe4445fad1ee288b6f3eb76b0a79c58fe2a9ab8d SHA256: df416682885b3a45ad51e733c4696c4ce3fcb090c053b8b6e1065acb9595e6e3 Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust standard libraries, binary distribution Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-dev-bin Source: rust-std-bin Version: 1.72.0-0rusoft1.10~22.04.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 126427 Depends: libstd-rust-bin (>= 1.72.0-0rusoft1.10~22.04.1) Provides: libstd-rust-dev Filename: pool/ubuntu-jammy/amd64/rust-std-bin/libstd-rust-dev-bin_1.72.0-0rusoft1.10~22.04.1_amd64.deb Size: 25687600 MD5sum: 9e54843c0085cc84a295d1971034a6b3 SHA1: f0327e58def3e00c2d5dad637e60f8b732b6f789 SHA256: 1bbf43daaaf88f5f8c57bff23b0b36e23d2d99636d69e82a37801ff8220cdc27 Section: libdevel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust standard libraries, binary distribution - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files for the standard Rust libraries, needed to compile Rust programs. It may also be installed on a system of another host architecture, for cross-compiling to this architecture. Package: rustc-bin Version: 1.72.0-0rusoft1.10~22.04.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 1836 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.2), librustc-driver-bin (>= 1.72.0), binutils Suggests: cargo-bin (>= 1.72.0) Provides: rustc Filename: pool/ubuntu-jammy/amd64/rustc-bin/rustc-bin_1.72.0-0rusoft1.10~22.04.1_amd64.deb Size: 650730 MD5sum: f8382fcf9c380980be87a95a65f23893 SHA1: d7c6092b68083384bb7a9b5e6cec88d6836edbee SHA256: 6558ce763d9810aae0bf6fbbe9b14aa5579884aab130a8f9b1f4de2a2ed5baa5 Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust systems programming language, binary distribution Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles.