cargo 0.62.0ubuntu1-0ubuntu2 source package in Ubuntu
Changelog
cargo (0.62.0ubuntu1-0ubuntu2) kinetic; urgency=medium * d/p/i386-crossbuild-tests.patch: disable some failing tests for cross-building from i386 -- Simon Chopin <email address hidden> Mon, 19 Sep 2022 14:59:42 +0200
Upload details
- Uploaded by:
- Simon Chopin
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cargo_0.62.0ubuntu1.orig-vendor.tar.gz | 10.5 MiB | 5d1a5a945229419ef9d25832127ae7ae383c1b405fb651337d8ee6c4dae2bf5c |
cargo_0.62.0ubuntu1.orig.tar.xz | 1.2 MiB | 5d591448a812a764cfa0e0c8f6c3f0f07cec10d6ebaa4bc15bdbcb35b753544c |
cargo_0.62.0ubuntu1-0ubuntu2.debian.tar.xz | 37.5 KiB | 226bd25a2f98cea924e2e049d3ce1275b6ae14c21f40f0e1b40d8f93376fdbc4 |
cargo_0.62.0ubuntu1-0ubuntu2.dsc | 2.6 KiB | dd64935281355c270181df675f5672f8a26657b8aa3ca516ee834d9b51acfc61 |
Available diffs
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.