Source: crun Section: admin Priority: optional Standards-Version: 4.6.2 Maintainer: Faidon Liambotis Uploaders: Dmitry Smirnov , Reinhard Tartler , Build-Depends: automake, debhelper-compat (= 13), go-md2man, golang-github-opencontainers-image-spec-dev, golang-github-opencontainers-specs-dev (>= 1.1.0), gperf, libcap-dev, libseccomp-dev, libsystemd-dev, libwasmedge-dev [amd64 arm64], libyajl-dev, pkgconf, python3, Rules-Requires-Root: no Homepage: https://github.com/containers/crun Vcs-Git: https://salsa.debian.org/debian/crun.git Vcs-Browser: https://salsa.debian.org/debian/crun Package: crun Architecture: any Built-Using: ${my:Built-Using}, Depends: ${misc:Depends}, ${shlibs:Depends}, Suggests: libwasmedge0 [amd64 arm64], Description: lightweight OCI runtime for running containers crun is a command line program for running Linux containers that follow the Open Container Initiative (OCI) format. It is alternative to runc, but fully written in C, and focused on being fast and low-memory. . As an OCI runtime, crun is low-level and primarily intended to be used through a container engine, such as podman, docker, and containerd.