mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-13 18:01:50 +00:00
175 lines
7.1 KiB
Plaintext
175 lines
7.1 KiB
Plaintext
Source: rustc
|
|
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>,
|
|
Angus Lees <gus@debian.org>,
|
|
Ximin Luo <infinity0@debian.org>
|
|
Build-Depends: debhelper (>= 9),
|
|
dpkg-dev (>= 1.17.14),
|
|
rustc (>= 1.15.0+dfsg) <!pkg.rustc.dlstage0>,
|
|
rustc (<= 1.16.0++) <!pkg.rustc.dlstage0>,
|
|
autotools-dev,
|
|
binutils (>= 2.26) | binutils-2.26,
|
|
cmake | cmake3,
|
|
curl,
|
|
gperf,
|
|
libedit-dev,
|
|
llvm-3.9-dev (>= 1:3.9-5),
|
|
llvm-3.9-tools (>= 1:3.9-5),
|
|
python,
|
|
zlib1g-dev,
|
|
nodejs <!nocheck>,
|
|
valgrind <!nocheck>,
|
|
git <!nocheck>,
|
|
procps <!nocheck>,
|
|
# the tests require the docs to be built, which requires jquery
|
|
libjs-jquery <!nocheck>,
|
|
# below are optional tools even for 'make check'
|
|
antlr4 <!nocheck> | antlr <!nocheck>,
|
|
bison <!nocheck>,
|
|
flex <!nocheck>,
|
|
# TODO: broken; see https://github.com/rust-lang/rust/issues/39838; re-enable when that is fixed
|
|
# gdb <!nocheck>,
|
|
default-jdk-headless <!nocheck> | default-jdk <!nocheck>,
|
|
Build-Depends-Indep: libjs-jquery <!nodoc>,
|
|
pandoc (>= 1.9),
|
|
po4a,
|
|
texlive-xetex,
|
|
texlive-latex-base,
|
|
texlive-generic-recommended,
|
|
texlive-fonts-recommended,
|
|
lmodern
|
|
Standards-Version: 3.9.8
|
|
Homepage: http://www.rust-lang.org/
|
|
Vcs-Git: https://anonscm.debian.org/git/pkg-rust/rust.git
|
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-rust/rust.git
|
|
|
|
Package: rustc
|
|
Architecture: any
|
|
Multi-Arch: foreign
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libstd-rust-dev (= ${binary:Version}),
|
|
gcc, libc-dev, libjs-jquery, binutils (>= 2.26)
|
|
Recommends: rust-gdb | rust-lldb
|
|
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: libstd-rust-1.16
|
|
Section: libs
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Rust standard libraries
|
|
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 standard Rust libraries, built as dylibs.
|
|
|
|
Package: libstd-rust-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${misc:Depends}, libstd-rust-1.16 (= ${binary:Version})
|
|
Description: Rust standard libraries - development files
|
|
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 development files necessary to use the standard
|
|
Rust libraries.
|
|
|
|
Package: rust-gdb
|
|
Architecture: all
|
|
Depends: gdb, ${misc:Depends}
|
|
Suggests: gdb-doc
|
|
Replaces: rustc (<< 1.1.0+dfsg1-1)
|
|
Description: Rust debugger (gdb)
|
|
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 pretty printers and a wrapper script for
|
|
invoking gdb on rust binaries.
|
|
|
|
Package: rust-lldb
|
|
Architecture: all
|
|
# When updating, also update rust-lldb.links
|
|
Depends: lldb-3.9, ${misc:Depends}, python-lldb-3.9
|
|
Replaces: rustc (<< 1.1.0+dfsg1-1)
|
|
Description: Rust debugger (lldb)
|
|
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 pretty printers and a wrapper script for
|
|
invoking lldb on rust binaries.
|
|
|
|
Package: rust-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Build-Profiles: <!nodoc>
|
|
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 Rust tutorial, language reference and
|
|
standard library documentation.
|