cargo 0.8.0-1 source package in Ubuntu

Changelog

cargo (0.8.0-1) unstable; urgency=medium

  * New upstream version 0.8.0
    + Updated deps tarball
    + Refreshed patches
  * cargo: removed unused lintian overrides

 -- Luca Bruno <email address hidden>  Sat, 05 Mar 2016 22:39:06 +0100

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
cargo_0.8.0-1.dsc 2.4 KiB 72c09d389e1c56ee6b66b1428c8675de4cfee5cd747a59935737811b571925e2
cargo_0.8.0.orig-deps.tar.gz 4.9 MiB bf41a865e22b357303f62e0b3037be2fe07d998229f97a39e2d98a6dcba6084c
cargo_0.8.0.orig.tar.gz 502.5 KiB d46a133860445907dacec86bcd42bbf1a5edae4453a14b06e48fe2d81231055c
cargo_0.8.0-1.debian.tar.xz 24.8 KiB 7a39a8f283ca05d7df6078e57323ee2d17d550910848bb8e4753ae1e6114bf5d

Available diffs

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: No summary available for cargo-dbgsym in ubuntu yakkety.

No description available for cargo-dbgsym in ubuntu yakkety.

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.