The NetBSD Project

CVS log for pkgsrc/devel/cargo/Attic/DESCR

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / cargo

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.2, Sat Sep 30 04:44:53 2017 UTC (6 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED

Remove devel/cargo bacause Cargo is now included in lang/rust

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 13 00:12:54 2017 UTC (6 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3

Import cargo-0.17.0 as devel/cargo from pkgsrc-wip/cargo.

cargo will be required by upcomming www/firefox-56

Rust is a systems programming language focused on three goals: safety,
speed, and concurrency.  It maintains these goals without having a
garbage collector, making it a useful language for a number of use cases
other languages aren't good at: embedding in other languages, programs
with specific space and time requirements, and writing low-level code,
like device drivers and operating systems.

It improves on current languages targeting this space by having a number
of compile-time safety checks that produce no runtime overhead, while
eliminating all data races.  Rust also aims to achieve "zero-cost
abstractions" even though some of these abstractions feel like those of
a high-level language.  Even then, Rust still allows precise control
like a low-level language would.

This package is cargo package manager for Rust language.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>