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 32 33
|
Source: golang-github-linuxkit-virtsock
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
Balint Reczey <rbalint@ubuntu.com>,
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-pkg-errors-dev,
golang-golang-x-sys-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/linuxkit/virtsock
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-linuxkit-virtsock
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-linuxkit-virtsock.git
XS-Go-Import-Path: github.com/linuxkit/virtsock
Testsuite: autopkgtest-pkg-go
Package: golang-github-linuxkit-virtsock-dev
Architecture: all
Depends:
golang-github-pkg-errors-dev,
golang-golang-x-sys-dev,
${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Description: Go bindings for Hyper-V and virtio sockets
This package contains Go bindings for Microsoft's Hyper-V sockets, a
Windows Socket with a new address family and specialized endpoint
for targeting virtual machines and for OASIS's Virtual I/O Device
sockets.
|