Package: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~debian10.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 24376 Depends: libc6 (>= 2.17), libgcc1 (>= 1:4.2) Recommends: gcc | clang, git, rustc (>= 1.72.0-0real0.73.0rusoft1.4~debian10.1), binutils, libc6-dev, pkg-config, ca-certificates Provides: cargo Filename: pool/debian-buster/i386/cargo-bin/cargo-bin_1.72.0-0real0.73.0rusoft1.4~debian10.1_i386.deb Size: 7163648 MD5sum: 4ebe0c6ce0ffe7b358d6b12dd57997d7 SHA1: 5868ac06f61854eaeaed1eeddf1217e86793be66 SHA256: b60944013842288683724c1d8be96384011c7e1e8e3a728035bb2edfef5020e5 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~debian10.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 216115 Depends: libc6 (>= 2.16), libgcc1 (>= 1: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-buster/i386/rustc-bin/librustc-driver-bin_1.72.0-0rusoft1.10~debian10.1_i386.deb Size: 43656288 MD5sum: f02b315484fb23095faf0a9bfa0d0bdc SHA1: 47dc0cb6dfb3b1b3a16fa3b9df475a122d736ce2 SHA256: fc2932ac4ac5ca1240b2bc1238d6ba782acf10e40c805e293e83a96423bd355c 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~debian10.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 6643 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.2), libstd-rust-compat (>= 1.72.0-0rusoft1.10~debian10.1) Provides: libstd-rust-1.72 Filename: pool/debian-buster/i386/rust-std-bin/libstd-rust-bin_1.72.0-0rusoft1.10~debian10.1_i386.deb Size: 3837128 MD5sum: d8f97671562d75e6913e191560a2a4d5 SHA1: b4431d86e2d4d7f9c520bbd17ea9421df93f1f80 SHA256: 457d3cf8151ad0bb5c1c5026e9dae8020dc91ee95d3e914ba23ea0386137ee85 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~debian10.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 118158 Depends: libstd-rust-bin (>= 1.72.0-0rusoft1.10~debian10.1) Provides: libstd-rust-dev Filename: pool/debian-buster/i386/rust-std-bin/libstd-rust-dev-bin_1.72.0-0rusoft1.10~debian10.1_i386.deb Size: 22674232 MD5sum: e836938cf49737eb8a0f65f4a097b44c SHA1: 96bd3dad579950ed8fd6279682562d32d63cff1e SHA256: e1aad69e9f0446cfad6b93652e49048786d4a3e8fa5c226505384f64de665ac5 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~debian10.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 1881 Depends: libc6 (>= 2.17), libgcc1 (>= 1:4.2), librustc-driver-bin (>= 1.72.0), binutils Suggests: cargo-bin (>= 1.72.0) Provides: rustc Filename: pool/debian-buster/i386/rustc-bin/rustc-bin_1.72.0-0rusoft1.10~debian10.1_i386.deb Size: 613168 MD5sum: 029f36e0d7df14ccd31152f0281f50e9 SHA1: 6b0e47400193a703c17d6aedc3ec89d36672f24f SHA256: 8e1823baa723c2a7d7d3b2c917a3d26425e60164a8bbfc1d2a2d249f2af08f1b 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.