File: control

package info (click to toggle)
golang-github-libvirt-libvirt-go-xml 7.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 556 kB
  • sloc: makefile: 13
file content (27 lines) | stat: -rw-r--r-- 1,075 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
Source: golang-github-libvirt-libvirt-go-xml
Section: admin
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 openstack-pkg-tools,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/golang-github-libvirt-libvirt-go-xml
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/golang-github-libvirt-libvirt-go-xml.git
Homepage: https://github.com/libvirt/libvirt-go-xml
XS-Go-Import-Path: github.com/libvirt/libvirt-go-xml

Package: golang-github-libvirt-libvirt-go-xml-dev
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: API for manipulating libvirt XML documents
 This package provides a Go API that defines a set of structs, annotated for
 use with "encoding/xml", that can represent libvirt XML documents. There is no
 dependency on the libvirt library itself, so this can be used regardless of
 the way in which the application talks to libvirt.