blob: 27adb0b4616d91ad082be25f6baac89dbecadcd9 (
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
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>bugs@bergstroem.nu</email>
<name>Johan Bergström</name>
</maintainer>
<maintainer type="person">
<email>patrick@gentoo.org</email>
<name>Patrick Lauer</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</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>
|