summaryrefslogtreecommitdiff
blob: 35d280f52551b1e6742806fa39a781735c5e3b2c (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>
	<herd>proxy-maintainers</herd>
        <maintainer>
                <email>bugs@bergstroem.nu</email>
                <name>Johan Bergström</name>
        </maintainer>
	<maintainer>
		<email>patrick@gentoo.org</email>
		<name>Patrick Lauer</name>
	</maintainer>
	<upstream>
		<maintainer status="active">
			<email>bugs@bergstroem.nu</email>
			<name>Johan Bergström</name>
		</maintainer>
		<doc lang="en">https://iojs.org/api/</doc>
		<changelog>https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md</changelog>
		<bugs-to>https://github.com/iojs/io.js/issues</bugs-to>
	</upstream>
	<use>
		<flag name="bundled-libs">Use bundled libs instead of system libs</flag>
		<flag name="npm">Enable NPM package manager</flag>
		<flag name="snapshot">Enable snapshot creation for faster startup</flag>
	</use>
</pkgmetadata>