Package: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~20.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~20.04.1), binutils, libc6-dev, pkg-config, ca-certificates Provides: cargo Filename: pool/ubuntu-focal/amd64/cargo-bin/cargo-bin_1.72.0-0real0.73.0rusoft1.4~20.04.1_amd64.deb Size: 6476792 MD5sum: 0f3ca2c3929ddcab64f5e21fd8327b75 SHA1: a79b09fad716339cdeff08600c5501e746526886 SHA256: 54f5dbb104875d749932391500146c589878aac651ec30dadb0d6fb594ee23cc 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~20.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-focal/amd64/rustc-bin/librustc-driver-bin_1.72.0-0rusoft1.10~20.04.1_amd64.deb Size: 67446360 MD5sum: 1f42e9b73ffb2b0b335b7ce195de967e SHA1: 9bc6383c0a0e74d10cffa1c473485908fc28745a SHA256: c036fefa2035081bb7e83b7dffe1c213d56ece0e291a5fa34b9e5e913b5a6483 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~20.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~20.04.1) Provides: libstd-rust-1.72 Filename: pool/ubuntu-focal/amd64/rust-std-bin/libstd-rust-bin_1.72.0-0rusoft1.10~20.04.1_amd64.deb Size: 3808216 MD5sum: ac1c8e92a7318c914fa9a836e0781039 SHA1: 5f52575663759be874590fe45078b438601cec68 SHA256: 1c51ae27764eecd5c9b2c7e85385026a4795e9711da28810b662449b081829c5 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~20.04.1 Architecture: amd64 Maintainer: Sergey Drybzhinsky Installed-Size: 126427 Depends: libstd-rust-bin (>= 1.72.0-0rusoft1.10~20.04.1) Provides: libstd-rust-dev Filename: pool/ubuntu-focal/amd64/rust-std-bin/libstd-rust-dev-bin_1.72.0-0rusoft1.10~20.04.1_amd64.deb Size: 22825780 MD5sum: d25003b46760ba4d182b1ddfdb052606 SHA1: 9e598b492a0a7e1b1df85ccb67870b463e30f823 SHA256: 7f00473e95abf499f7e1fd0a8ef4e2caa3d172b62d769be7cd2708b825e0f444 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~20.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-focal/amd64/rustc-bin/rustc-bin_1.72.0-0rusoft1.10~20.04.1_amd64.deb Size: 596816 MD5sum: 19c596e494f31d567d38a45f06d57e14 SHA1: 02e2a8bb5527748c3e9c7f62d54e95554e7609cd SHA256: 4675f26a70b5a54630152ecf6822cdb5f9ef276b852a2987fc3a8b8b39da37bf 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.