You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-devel/rust-std/metadata.xml

26 lines
962 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>randy@electronsweatshop.com</email>
<name>Randy Barlow</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>navi@vlhl.dev</email>
<name>Anna Figueiredo Gomes</name>
</maintainer>
<maintainer type="project">
<email>rust@gentoo.org</email>
<name>Rust Project</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&lt;T&gt; and Option&lt;T&gt;, 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>