blob: af60472806797aeb07e1bb4fd7a508031c09344e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kangie@gentoo.org</email>
<name>Matt Jolly</name>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="project">
<email>rust@gentoo.org</email>
<name>Gentoo Rust Project</name>
</maintainer>
<longdescription>
A "simple" rust compiler written in C++ that is able to bootstrap a "recent" rustc.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|