Package: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~debian11.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 24376 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.2) Recommends: gcc | clang, git, rustc (>= 1.72.0-0real0.73.0rusoft1.4~debian11.1), binutils, libc6-dev, pkg-config, ca-certificates Provides: cargo Filename: pool/debian-bullseye/i386/cargo-bin/cargo-bin_1.72.0-0real0.73.0rusoft1.4~debian11.1_i386.deb Size: 7163648 MD5sum: e6a095c5e34e5e957f1290a208bbc624 SHA1: be75c45cbd69b5263296974223ba184a944bad72 SHA256: 5c3fb16e95a5f9c544753b384e6ac545ba8ade4ba3b4f6000f16eba98443427c 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~debian11.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 216115 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/debian-bullseye/i386/rustc-bin/librustc-driver-bin_1.72.0-0rusoft1.10~debian11.1_i386.deb Size: 43656300 MD5sum: c3a779c46d3ee5d6161d3543ce8750e1 SHA1: 4d10225f183c71fd9893f04d5cd0432f751e7d37 SHA256: 77c847b69be2b7756e0688ca5e9a6505d6c7716433d4b05e35a8f83ea96d0552 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~debian11.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 6643 Depends: libc6 (>= 2.15), libgcc-s1 (>= 4.2), libstd-rust-compat (>= 1.72.0-0rusoft1.10~debian11.1) Provides: libstd-rust-1.72 Filename: pool/debian-bullseye/i386/rust-std-bin/libstd-rust-bin_1.72.0-0rusoft1.10~debian11.1_i386.deb Size: 3837124 MD5sum: c170a7b5de7146c12723f4d0c8b5907f SHA1: b97066a62dc3e62ba769d7eec6631067c4da8a34 SHA256: 1d2ce5797f84c84c2486ce26f009211389146eed43bb8c836f73ef1e38699740 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~debian11.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 118158 Depends: libstd-rust-bin (>= 1.72.0-0rusoft1.10~debian11.1) Provides: libstd-rust-dev Filename: pool/debian-bullseye/i386/rust-std-bin/libstd-rust-dev-bin_1.72.0-0rusoft1.10~debian11.1_i386.deb Size: 22674236 MD5sum: 6e9eac38c3c7ca37280979df33e1dc00 SHA1: 73b34c4df05b85b4454f23bdfc06d45120d633d6 SHA256: 75d872361024a44549b0f214dde603a06f98a184fbd18e0819ecab59ea5e0421 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~debian11.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 1881 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/debian-bullseye/i386/rustc-bin/rustc-bin_1.72.0-0rusoft1.10~debian11.1_i386.deb Size: 613168 MD5sum: ae78650fe24536cec807059f13746a73 SHA1: d3242c1bbef438c2cf42a7c8c98262e24b354f89 SHA256: e35b4c3d2320d657fd272531f7c2074557db9e46e8f7afb1ecccf9f1966c0c23 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.