File: control

package info (click to toggle)
golang-github-vmware-vmw-guestinfo 0.0~git20220317.510905f-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 220 kB
  • sloc: asm: 164; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download
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
Source: golang-github-vmware-vmw-guestinfo
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dominik George <natureshadow@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-mmcloughlin-avo-dev			
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vmware-vmw-guestinfo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vmware-vmw-guestinfo.git
Homepage: https://github.com/vmware/vmw-guestinfo
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/vmware/vmw-guestinfo

Package: golang-github-vmware-vmw-guestinfo-dev
Architecture: amd64 i386
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: access VMware guestinfo variables in Go (library)
 The vmw-guestinfo library provides access to the guestinfo
 variables exposed to virtual machines running in VMware.
 .
 VMware is a virtualisation hypervisor, and its guestinfo
 variables contain, e.g., information on guest tools version
 or IP addresses of the guest OS. It can be compared to what
 qemu-agent provides for KVM.