Signed-off-by: Federico Justus Denkena <federico.denkena@posteo.de>
23 lines
648 B
XML
23 lines
648 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<longdescription lang="en">
|
|
runc is a CLI tool for spawning and running containers according
|
|
to the OCF (Open Container Format) specification.
|
|
</longdescription>
|
|
<maintainer type="person">
|
|
<email>williamh@gentoo.org</email>
|
|
<name>William Hubbs</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="kmem">
|
|
Enable Kernel Memory Accounting.
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">opencontainers/runc</remote-id>
|
|
<remote-id type="cpe">cpe:/a:linuxfoundation:runc</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|
|
|