mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
19 lines
701 B
XML
19 lines
701 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
A plugin for GCC that records extra information in the files that it compiles.
|
|
This information can be used to analyze the files, and provide the loader
|
|
with extra information about the requirements of the loaded file.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="clang">Build the clang plugin</flag>
|
|
<flag name="llvm">Build the LLVM plugin</flag>
|
|
</use>
|
|
</pkgmetadata>
|