aboutsummaryrefslogtreecommitdiff
blob: 19fdcb8682d4a4aea914a2e83f11381062b4827a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
    <maintainer type="person">
        <email>tomboy64@sina.cn</email>
        <name>M.B.</name>
        <description>Maintainer, assign bugs to him</description>
    </maintainer>
    <maintainer type="project">
        <email>proxy-maint@gentoo.org</email>
        <name>Proxy Maintainers</name>
    </maintainer>
    <use>
        <flag name="boost">Make use os Boost's ASIO functionality</flag>
        <flag name="debug">Raises log-level to DEBUG, enables runtime checks and address sanitizer</flag>
        <flag name="doc">Compiles and installs the documentation as PDF and HTML</flag>
        <flag name="examples">Installs the provided example source files</flag>
        <flag name="mem_management">Enables built-in memory management</flag>
		<flag name="opencl">Compiles against the provided opencl implementation</flag>
		<flag name="riac">TBD</flag>
		<flag name="static">Provides a static build</flag>
		<flag name="test">Builds the provided unit tests</flag>
    </use>
    <upstream>
		<remote-id type="github">actor-framework/actor-framework</remote-id>
    </upstream>
</pkgmetadata>