Source: rustc Section: devel Priority: extra Maintainer: Rust Maintainers Uploaders: Jordan Justen , Luca Bruno , Sylvestre Ledru , Angus Lees Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14), # rust , autotools-dev, curl, python, nodejs, zlib1g-dev, libedit-dev, valgrind, git, ca-certificates, # , llvm-3.6-dev (>= 1:3.6~+rc4) # git is necessary for 'make check' Build-Depends-Indep: pandoc (>=1.9), # , po4a, # , texlive-xetex, # , texlive-latex-base, # , texlive-generic-recommended, # , texlive-fonts-recommended, # , lmodern # 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}, libjs-jquery 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.