app-emulation/libnvidia-container: new package

NVIDIA container runtime library, this repository provides a
library and a simple CLI utility to automatically configure
GNU/Linux containers.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2020-06-13 01:29:56 +08:00
parent f0aae818cd
commit 6ea051893e
11 changed files with 1912 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<remote-id type="github">NVIDIA/libnvidia-container</remote-id>
</upstream>
<longdescription lang="en">
NVIDIA container runtime library, this repository provides a library and a
simple CLI utility to automatically configure GNU/Linux containers
leveraging NVIDIA hardware.
The implementation relies on kernel primitives and is designed to be
agnostic of the container runtime.
</longdescription>
</pkgmetadata>