Package: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~18.04.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~18.04.1), binutils, libc6-dev, pkg-config, ca-certificates Provides: cargo Filename: pool/ubuntu-bionic/i386/cargo-bin/cargo-bin_1.72.0-0real0.73.0rusoft1.4~18.04.1_i386.deb Size: 7163636 MD5sum: 20361121166e28182da9bf75c8622e1c SHA1: efab63d647f2fbab6bca8796a69d5d74b1d1cac3 SHA256: 12e5f272b3345982107b3dbc528145070ba0a4369d8f55aeae821c25dda10efd 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~18.04.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/ubuntu-bionic/i386/rustc-bin/librustc-driver-bin_1.72.0-0rusoft1.10~18.04.1_i386.deb Size: 43656288 MD5sum: 3d64734032ea16d665b82c0c3444afea SHA1: c88f5d57aff7920d0a3b98061b677099acd2c356 SHA256: 4e34987e4121300f5212bc506d81d4df927a18ced157a32498e3f88c8a624e00 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~18.04.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~18.04.1) Provides: libstd-rust-1.72 Filename: pool/ubuntu-bionic/i386/rust-std-bin/libstd-rust-bin_1.72.0-0rusoft1.10~18.04.1_i386.deb Size: 3837124 MD5sum: 3d6e50b3f5054ab0e0db5dbd7fa8e37f SHA1: 80f41b49ae68fc4a34fee6f04801fff9b6910767 SHA256: 272c993e8e65567f2cc6f8ea011a52af64558e69a85aa9fe6a39a658db110144 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~18.04.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 118158 Depends: libstd-rust-bin (>= 1.72.0-0rusoft1.10~18.04.1) Provides: libstd-rust-dev Filename: pool/ubuntu-bionic/i386/rust-std-bin/libstd-rust-dev-bin_1.72.0-0rusoft1.10~18.04.1_i386.deb Size: 22674228 MD5sum: f4fb4ef7d9913f7c9f50caaa3a46d916 SHA1: f4521e2783da98c0742cb83601719e3194163eb8 SHA256: 7f005ed49dde07cefe2ff78813da523f0aee39c2c779b77f9a078fd104a77914 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~18.04.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/ubuntu-bionic/i386/rustc-bin/rustc-bin_1.72.0-0rusoft1.10~18.04.1_i386.deb Size: 613164 MD5sum: 01fec48e0483ece85a72dbb8f6871503 SHA1: 608ba709b3b3f094a355458e0c443db682b912ec SHA256: 27ea2a3ef3fa362b06e5cd88522f0762d3815f587a2334275609528c660d5fa6 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.