mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
Matoro asked to be dropped in February, but this had not yet been actioned. Signed-off-by: Matt Jolly <kangie@gentoo.org>
21 lines
832 B
XML
21 lines
832 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>rust@gentoo.org</email>
|
|
<name>Rust Project</name>
|
|
</maintainer>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>navi@vlhl.dev</email>
|
|
<name>Anna Figueiredo Gomes</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The Rust Standard Library is the foundation of portable Rust software,
|
|
a set of minimal and battle-tested shared abstractions for the broader Rust ecosystem.
|
|
It offers core types, like Vec<T> and Option<T>, library-defined operations on language primitives,
|
|
standard macros, I/O and multithreading, among many other things.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">rust-lang/rust</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|