Package: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~14.04.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 24406 Depends: libc6 (>= 2.17), libgcc1 (>= 1:4.1.1) Recommends: gcc | clang, git, rustc (>= 1.72.0-0real0.73.0rusoft1.4~14.04.1), binutils, libc6-dev, pkg-config, ca-certificates Provides: cargo Filename: pool/ubuntu-trusty/i386/cargo-bin/cargo-bin_1.72.0-0real0.73.0rusoft1.4~14.04.1_i386.deb Size: 7163974 MD5sum: cf0f879f5e02e6797edeb1f1797e1c3a SHA1: d747806afb603823dd1216d986bb5aac747f9f85 SHA256: 529ee4da6204da92d29c40cc305825da0dbf41f7c624ca6bbbc54b2b6e74b260 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~14.04.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 216142 Depends: libc6 (>= 2.16), libgcc1 (>= 1:4.1.1), zlib1g (>= 1:1.2.0), libstd-rust-compat (>= 1.72.0), libstd-rust-dev-bin (>= 1.72.0) Provides: librustc-driver Filename: pool/ubuntu-trusty/i386/rustc-bin/librustc-driver-bin_1.72.0-0rusoft1.10~14.04.1_i386.deb Size: 43075662 MD5sum: a7a4c8c4676bd2db50e1a02471573ddc SHA1: 353f3f0377a896787d4bf39c82c61af60974f5d0 SHA256: a9a7e7a905d7798f25ab93df6497c5a902b4d29b081e08185ff06cf3aebf5662 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~14.04.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 6669 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstd-rust-compat (>= 1.72.0-0rusoft1.10~14.04.1) Provides: libstd-rust-1.72 Filename: pool/ubuntu-trusty/i386/rust-std-bin/libstd-rust-bin_1.72.0-0rusoft1.10~14.04.1_i386.deb Size: 3835338 MD5sum: ff52e37062a33e95fe0fcc9a5658c8a4 SHA1: 917ff453630b44a775c5d4f65cddf395d15ec084 SHA256: 6d5df735e272b09fba7e698513ba7fcd93fbc3ab9ee00481e79501cfe7e0b698 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~14.04.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 118182 Depends: libstd-rust-bin (>= 1.72.0-0rusoft1.10~14.04.1) Provides: libstd-rust-dev Filename: pool/ubuntu-trusty/i386/rust-std-bin/libstd-rust-dev-bin_1.72.0-0rusoft1.10~14.04.1_i386.deb Size: 22519278 MD5sum: efe74f47cbbc77fd3ec2a646c94baad4 SHA1: fbf4ec6f5c7af4153a6c3d00f0a8d3a4cf278654 SHA256: 947d9047046622900f2607ddbd6811c401ac17ba0643f27fb30cce8469ad0f84 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~14.04.1 Architecture: i386 Maintainer: Sergey Drybzhinsky Installed-Size: 1913 Depends: libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), librustc-driver-bin (>= 1.72.0), binutils Suggests: cargo-bin (>= 1.72.0) Provides: rustc Filename: pool/ubuntu-trusty/i386/rustc-bin/rustc-bin_1.72.0-0rusoft1.10~14.04.1_i386.deb Size: 613262 MD5sum: a22b56f47d13ebfbba3f92beb9689700 SHA1: d0883f09389bac4743adde340b9effa5fee552ca SHA256: 0845fe67ab6f80ccdeb217092459710743f1074d59f478b2885097e94e21253c 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. Package: cargo-bin-bash-completion Source: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~14.04.1 Architecture: all Maintainer: Sergey Drybzhinsky Installed-Size: 39 Depends: bash (>= 4.2) Filename: pool/ubuntu-trusty/all/cargo-bin/cargo-bin-bash-completion_1.72.0-0real0.73.0rusoft1.4~14.04.1_all.deb Size: 4104 MD5sum: 5892a2f5bb3942856bb215946c493377 SHA1: 5b3a294247c53e559cc03ac5ec3d1c65f0d35f40 SHA256: a5db3f498d798971f48a26a31f11e61ae79af633de746b75094c7b973e9cf78a Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust package manager, binary distribution Shell completion script for Bash Package: cargo-bin-manpages Source: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~14.04.1 Architecture: all Maintainer: Sergey Drybzhinsky Installed-Size: 147 Depends: man-db, cargo-bin (>= 1.72.0-0real0.73.0rusoft1.4~14.04.1) Filename: pool/ubuntu-trusty/all/cargo-bin/cargo-bin-manpages_1.72.0-0real0.73.0rusoft1.4~14.04.1_all.deb Size: 120868 MD5sum: 71dae879c4b1715267d07e71b8c16048 SHA1: dc1bc171b8c2579d89ca513a995661c8e5ccb709 SHA256: e833905dfbff7f568fa0c1fcb3b95929f70d68b93b01139462d225ecf920c485 Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust package manager, binary distribution Manuals Package: cargo-bin-zsh-completion Source: cargo-bin Version: 1.72.0-0real0.73.0rusoft1.4~14.04.1 Architecture: all Maintainer: Sergey Drybzhinsky Installed-Size: 56 Depends: zsh (>= 4.3) Filename: pool/ubuntu-trusty/all/cargo-bin/cargo-bin-zsh-completion_1.72.0-0real0.73.0rusoft1.4~14.04.1_all.deb Size: 6138 MD5sum: 8857e2398946f9a52c60b366f210faeb SHA1: 3144a49d48a8d2e937eb8cbe804d20f7126ae1a5 SHA256: 134c7436069d1a6302c0b5bfa25777db5d448048fb045daddb8e4e2b1acdce43 Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust package manager, binary distribution Shell completion script for Zsh Package: libstd-rust-compat Source: rust-std-bin Version: 1.72.0-0rusoft1.10~14.04.1 Architecture: all Maintainer: Sergey Drybzhinsky Installed-Size: 33 Filename: pool/ubuntu-trusty/all/rust-std-bin/libstd-rust-compat_1.72.0-0rusoft1.10~14.04.1_all.deb Size: 1318 MD5sum: e5df8c59aba35ab4e781bcc5c5ce2a53 SHA1: 12f4bb824ace1ee017514d90091faaf135c697dc SHA256: afabfcf3cb61928d2c4ca4ed01178b551da15d15f3f099cffae9c33d9ae06009 Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust standard libraries, binary distribution Compatibility files for ld.cache loader Package: rustc-bin-manpages Source: rustc-bin Version: 1.72.0-0rusoft1.10~14.04.1 Architecture: all Maintainer: Sergey Drybzhinsky Installed-Size: 25 Depends: rustc-bin (>= 1.72.0) Filename: pool/ubuntu-trusty/all/rustc-bin/rustc-bin-manpages_1.72.0-0rusoft1.10~14.04.1_all.deb Size: 1152 MD5sum: f41d0e98623d0f3c88df5ae1a67d18a5 SHA1: 750e778c219de226fe51088fe01772248d5e2f5b SHA256: f0c6fbf654c52a17ba25e08ee7905664e5fb8d28327215acb37afce8c79c537f Section: devel Priority: optional Homepage: https://github.com/rust-lang/rust Description: Rust systems programming language Manuals