Source: rustc Section: devel Priority: extra Maintainer: Rust Maintainers Uploaders: Jordan Justen , Luca Bruno , Sylvestre Ledru , Angus Lees Build-Depends: debhelper (>= 9), # rust , autotools-dev, curl, python, nodejs, zlib1g-dev, libedit-dev, valgrind, git, ca-certificates Build-Depends-Indep: pandoc (>=1.9) , po4a , texlive-xetex , texlive-latex-base , texlive-generic-recommended , texlive-fonts-recommended , lmodern # 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: rustc Architecture: amd64 i386 Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: rust-doc Description: Rust systems programming language Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. Package: rust-doc Section: doc Architecture: all Build-Profiles: Depends: ${misc:Depends} Description: Rust systems programming language - Documentation Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the documentation.