blob: 7d8cbeafd232acda84084e267b1548dbd4e088f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
<upstream>
<remote-id type="github">thepowersgang/mrustc</remote-id>
</upstream>
</pkgmetadata>
|