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
|
Source: gobgp
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),
bash-completion,
dh-systemd,
dh-golang,
golang-go,
golang-github-armon-go-radix-dev,
golang-toml-dev,
golang-gopkg-eapache-channels.v1-dev,
golang-goprotobuf-dev,
golang-go-flags-dev,
golang-github-influxdb-influxdb-dev,
golang-github-kr-pretty-dev,
golang-github-satori-go.uuid-dev,
golang-github-sirupsen-logrus-dev,
golang-github-socketplane-libovsdb-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-viper-dev,
golang-github-stretchr-testify-dev,
golang-github-vishvananda-netlink-dev,
golang-golang-x-net-dev,
golang-google-grpc-dev,
golang-gopkg-tomb.v2-dev,
protobuf-compiler (>= 3)
Standards-Version: 3.9.8
Homepage: https://github.com/osrg/gobgp
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/gobgp.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/gobgp.git
XS-Go-Import-Path: github.com/osrg/gobgp
Package: gobgpd
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
${misc: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
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go,
golang-github-armon-go-radix-dev,
golang-toml-dev,
golang-gopkg-eapache-channels.v1-dev,
golang-goprotobuf-dev,
golang-go-flags-dev,
golang-github-influxdb-influxdb-dev,
golang-github-kr-pretty-dev,
golang-github-satori-go.uuid-dev,
golang-github-sirupsen-logrus-dev,
golang-github-socketplane-libovsdb-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-viper-dev,
golang-github-stretchr-testify-dev,
golang-github-vishvananda-netlink-dev,
golang-golang-x-net-dev,
golang-google-grpc-dev,
golang-gopkg-tomb.v2-dev
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.
|