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
|
Source: golang-github-socketplane-libovsdb
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go,
golang-github-cenk-rpc2-dev
Standards-Version: 3.9.8
Homepage: https://github.com/socketplane/libovsdb
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-socketplane-libovsdb.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-socketplane-libovsdb.git
XS-Go-Import-Path: github.com/socketplane/libovsdb
Package: golang-github-socketplane-libovsdb-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go,
golang-github-cenk-rpc2-dev
Description: OVSDB client library written in Go
OVSDB is the Open vSwitch Database Protocol. It's defined in RFC
7047 and mainly used for managing the configuration of Open vSwitch,
an open-source software switch designed to be used as a virtual
switch in virtualized server environments.
.
This library is a client for OVSDB for Go.
|