summaryrefslogtreecommitdiff
blob: 4564ac525989bea26266a4cf278078f3204970cd (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="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<maintainer type="person">
		<email>robert@gnzler.io</email>
	</maintainer>
	<longdescription lang="en">
		While most of the tools used in the Linux containers ecosystem are written in
		Go, crun authors believe C is a better fit for a lower level tool like a
		container runtime. runc; the most used implementation of the OCI runtime specs
		written in Go, re-execs itself and use a module written in C for setting up
		the environment before the container process starts.

		crun aims to be also usable as a library that can be easily included in
		programs without requiring an external process for managing OCI containers.
	</longdescription>
	<upstream>
		<changelog>https://github.com/containers/crun/releases</changelog>
		<remote-id type="github">containers/crun</remote-id>
	</upstream>
	<use>
		<flag name="bpf">Enable in Kernel, eBPF (enhanced Berkley Packet Filter)
			support for managing device controllers.
		</flag>
	</use>
</pkgmetadata>