mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-27 07:58:58 +00:00
54 lines
1.8 KiB
Plaintext
54 lines
1.8 KiB
Plaintext
Source: rust
|
|
Section: devel
|
|
Priority: extra
|
|
Maintainer: Rust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
|
|
Uploaders: Jordan Justen <jordan.l.justen@intel.com>, Luca Bruno <lucab@debian.org>,
|
|
Sylvestre Ledru <sylvestre@debian.org>
|
|
Build-Depends: debhelper (>= 9),
|
|
autotools-dev,
|
|
curl,
|
|
python,
|
|
pandoc,
|
|
nodejs,
|
|
po4a,
|
|
zlib1g-dev,
|
|
libedit-dev,
|
|
texlive-latex-recommended,
|
|
texlive-generic-recommended,
|
|
lmodern,
|
|
texlive-luatex,
|
|
texlive-xetex,
|
|
valgrind,
|
|
git
|
|
# git is necessary for 'make check'
|
|
Standards-Version: 3.9.6
|
|
Homepage: http://www.rust-lang.org/
|
|
Vcs-Git: git://git.debian.org/pkg-rust/rust.git
|
|
Vcs-Browser: http://git.debian.org/?p=pkg-rust/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
|
|
|
|
Package: rust-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Description: Rust systems programming language - Documentation
|
|
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
|
|
.
|
|
This package contains the documentation.
|
|
|