blob: d9d46e32081e8d5dddbe3a8bc9b1708431d83b03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>zhixu.liu@gmail.com</email>
<name>Z. Liu</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
Provides a Python interface to GPU management and monitoring functions.
This is a wrapper around the NVML library. For information about the NVML
library, see the NVML developer page
http://developer.nvidia.com/nvidia-management-library-nvml
</longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|