cargo 0.15.0~dev-1 source package in Ubuntu
Changelog
cargo (0.15.0~dev-1) unstable; urgency=medium * New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1) - Compatible with OpenSSL 1.1.0 (Closes: #828259) * rules: use new link-arg options (Closes: #834980, #837433) - Requires rustc >= 1.13 -- Luca Bruno <email address hidden> Fri, 25 Nov 2016 23:30:03 +0000
Upload details
- Uploaded by:
- Rust Maintainers on 2016-11-26
- Uploaded to:
- Sid
- Original maintainer:
- Rust Maintainers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cargo_0.15.0~dev-1.dsc | 2.5 KiB | 3621bedc3887c3f79418d2aca54f09a94eb6fbfea72d1ce28b3a7c92319ebc5c |
cargo_0.15.0~dev.orig-deps.tar.gz | 13.5 MiB | dd9b20015c7424245819528270ccb2bc0e4d0eb4bf9c1c4f35704fd6f225100b |
cargo_0.15.0~dev.orig.tar.gz | 618.1 KiB | 91fb1864b9f24ba17a1af413cd9d82ef65d561b860c95140ab18d6cc17d41619 |
cargo_0.15.0~dev-1.debian.tar.xz | 26.8 KiB | 353e51915d43dd7f7dc4bf4b49f694dd0a1a128f150fbfd8cedc59021d8a29af |
Available diffs
- diff from 0.11.0-1 to 0.15.0~dev-1 (12.7 MiB)
- diff from 0.11.0-2 to 0.15.0~dev-1 (12.7 MiB)
No changes file available.
Binary packages built by this source
- cargo: Rust package manager
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.
- cargo-dbgsym: debug symbols for package cargo
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.
- cargo-doc: Rust package manager, documentation
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.
.
This package contains the documentation.