mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-04 18:33:38 +00:00

For now we are back to using llvm distributed with rust. Signed-off-by: Jordan Justen <jljusten@gmail.com>
29 lines
955 B
Plaintext
29 lines
955 B
Plaintext
Source: rust
|
|
Section: devel
|
|
Priority: extra
|
|
Maintainer: Luca Bruno <lucab@debian.org>
|
|
Build-Depends: debhelper (>= 9),
|
|
autotools-dev,
|
|
curl,
|
|
python,
|
|
pandoc,
|
|
nodejs,
|
|
po4a,
|
|
zlib1g-dev,
|
|
libedit-dev
|
|
Standards-Version: 3.9.6
|
|
Homepage: http://www.rust-lang.org/
|
|
Vcs-Git: git://git.debian.org/collab-maint/rust.git
|
|
Vcs-Browser: http://git.debian.org/?p=collab-maint/rust.git;a=summary
|
|
|
|
Package: rust
|
|
Architecture: amd64 i386
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Rust systems programming language
|
|
Rust is a systems programming language that runs blazingly fast,
|
|
prevents almost all crashes, and eliminates data races.
|
|
.
|
|
Features: zero-cost abstractions; move semantics; guaranteed memory
|
|
safety; threads without data races; trait-based generics; pattern
|
|
matching; type inference; minimal runtime; efficient C bindings
|