cargo 0.22.0-0ubuntu2 source package in Ubuntu

Changelog

cargo (0.22.0-0ubuntu2) bionic; urgency=medium

  * No-change rebuild for http-parser soname change.

 -- Matthias Klose <email address hidden>  Tue, 14 Nov 2017 14:00:18 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Rust Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.22.0.orig-vendor.tar.gz 4.3 MiB 537d230e302b05dbfab188d6b59393688ef075f3dacc0c01d89c8403b4801433
cargo_0.22.0.orig.tar.gz 667.7 KiB 6740e2f8d035a5a5246a12e84a141d37ad4c2b826355aff497e6f1fcfb637aef
cargo_0.22.0-0ubuntu2.debian.tar.xz 629.0 KiB 9fa04c91321a6e3acef78cde2d4ec1a3c6de68a49bca9c5858319f343ef54dfe
cargo_0.22.0-0ubuntu2.dsc 2.6 KiB a9d0f7911c1fbfe47d66e5ba7f6fa58920fdb014623bb5ebba808c2094b8a37c

Available diffs

View changes file

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 cargo
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.