File: control

package info (click to toggle)
golang-github-digitalocean-go-libvirt 0.0~git20250923.1d0cf40-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,396 kB
  • sloc: yacc: 188; sh: 85; xml: 50; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,438 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
30
31
Source: golang-github-digitalocean-go-libvirt
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
               golang-golang-x-crypto-dev,
               golang-golang-x-tools-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-digitalocean-go-libvirt
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-digitalocean-go-libvirt.git
Homepage: https://github.com/digitalocean/go-libvirt
XS-Go-Import-Path: github.com/digitalocean/go-libvirt

Package: golang-github-digitalocean-go-libvirt-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-stretchr-testify-dev,
         golang-golang-x-crypto-dev,
         golang-golang-x-tools-dev,
         ${misc:Depends}
Breaks: golang-github-digitalocean-go-qemu-dev (<< 0.0~git20220804.2002801~)
Description: Pure Go interface for interacting with libvirt (library)
 Provides a pure Go interface for interacting with libvirt. Rather than
 using libvirt's C bindings, this package makes use of libvirt's RPC
 interface. Connections to the libvirt server may be local, or remote.
 RPC packets are encoded using the XDR standard as defined by RFC 4506.