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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
Source: gobgp
Section: net
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>,
Mathias Gibbens <gibmat@debian.org>
Testsuite: autopkgtest-pkg-go
Build-Depends: bash-completion,
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-coreos-go-systemd-dev,
golang-github-dgryski-go-farm-dev,
golang-github-fsnotify-fsnotify-dev,
golang-github-getsentry-sentry-go-dev,
golang-github-go-test-deep-dev,
golang-github-google-go-cmp-dev,
golang-github-google-uuid-dev,
golang-github-grpc-ecosystem-go-grpc-prometheus-dev,
golang-github-jessevdk-go-flags-dev,
golang-github-k-sone-critbitgo-dev,
golang-github-kr-pretty-dev,
golang-github-prometheus-client-golang-dev,
golang-github-sirupsen-logrus-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-viper-dev,
golang-github-stretchr-testify-dev,
golang-github-vishvananda-netlink-dev,
golang-golang-x-sys-dev,
golang-golang-x-text-dev,
golang-golang-x-time-dev,
golang-google-grpc-dev (>= 1.33.3),
golang-google-protobuf-dev,
golang-gopkg-eapache-channels.v1-dev,
protobuf-compiler (>= 3.20.0),
protoc-gen-go,
protoc-gen-go-grpc (>= 1.33.3),
help2man
Build-Conflicts: golang-github-golang-protobuf-1-3-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/osrg/gobgp
Vcs-Browser: https://salsa.debian.org/go-team/packages/gobgp
Vcs-Git: https://salsa.debian.org/go-team/packages/gobgp.git
XS-Go-Import-Path: github.com/osrg/gobgp
Package: gobgpd
Architecture: any
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: BGP implemented in Go (daemon and client)
GoBGP is an open source BGP implementation designed from scratch for
modern environment and implemented in Go. It is designed to exploit
multicore processors and can be easily integrated with other software
through an RPC API.
.
This package contains both the daemon and the client.
Package: golang-github-osrg-gobgp-dev
Architecture: all
Multi-Arch: foreign
Section: golang
Breaks: lxd (<< 5.0.1-4)
Depends: golang-github-coreos-go-systemd-dev,
golang-github-dgryski-go-farm-dev,
golang-github-fsnotify-fsnotify-dev,
golang-github-getsentry-sentry-go-dev,
golang-github-google-uuid-dev,
golang-github-grpc-ecosystem-go-grpc-prometheus-dev,
golang-github-jessevdk-go-flags-dev,
golang-github-k-sone-critbitgo-dev,
golang-github-kr-pretty-dev,
golang-github-prometheus-client-golang-dev,
golang-github-sirupsen-logrus-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-viper-dev,
golang-github-vishvananda-netlink-dev,
golang-golang-x-sys-dev,
golang-golang-x-text-dev,
golang-golang-x-time-dev,
golang-google-grpc-dev (>= 1.33.3),
golang-google-protobuf-dev,
golang-gopkg-eapache-channels.v1-dev,
${misc:Depends}
Description: BGP implemented in Go (source)
GoBGP is an open source BGP implementation designed from scratch for
modern environment and implemented in Go. It is designed to exploit
multicore processors and can be easily integrated with other software
through an RPC API.
.
This package contains the source code.
|