File: control

package info (click to toggle)
golang-github-socketplane-libovsdb 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,468 kB
  • sloc: makefile: 59; sh: 27
file content (44 lines) | stat: -rw-r--r-- 1,592 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
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: golang-github-socketplane-libovsdb
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Vincent Bernat <bernat@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-go,
 golang-github-cenkalti-backoff-dev,
 golang-github-cenkalti-rpc2-dev,
 golang-github-go-logr-logr-dev,
 golang-github-go-logr-stdr-dev,
 golang-github-go-playground-validator-v10-dev,
 golang-github-google-uuid-dev,
 golang-github-prometheus-client-golang-dev,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-socketplane-libovsdb
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-socketplane-libovsdb.git
Homepage: https://github.com/ovn-kubernetes/libovsdb
XS-Go-Import-Path: github.com/ovn-kubernetes/libovsdb

Package: golang-github-socketplane-libovsdb-dev
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 golang-go,
 golang-github-cenkalti-backoff-dev,
 golang-github-cenkalti-rpc2-dev,
 golang-github-go-logr-logr-dev,
 golang-github-go-logr-stdr-dev,
 golang-github-go-playground-validator-v10-dev,
 golang-github-google-uuid-dev,
 golang-github-prometheus-client-golang-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.