gentoo-ebuilds/dev-lang/rust-bin/metadata.xml
Matt Jolly f8e55e2e01
dev-lang/rust-bin: sort USE flags
Signed-off-by: Matt Jolly <kangie@gentoo.org>
2025-06-04 07:39:30 +10:00

22 lines
867 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>
<use>
<flag name="clippy">Install clippy, Rust code linter</flag>
<flag name="rust-analyzer">Install rust-analyzer, A Rust compiler front-end for IDEs (language server)</flag>
<flag name="rust-src">Install rust-src, needed by developer tools and for build-std (cross)</flag>
<flag name="rustfmt">Install rustfmt, Rust code formatter</flag>
</use>
<upstream>
<remote-id type="github">rust-lang/rust</remote-id>
<remote-id type="github">projg2/rust-bootstrap</remote-id>
</upstream>
</pkgmetadata>