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
|
Source: golang-github-coredhcp-coredhcp
Section: admin
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-bits-and-blooms-bitset-dev,
golang-github-chappjc-logrus-prefix-dev (>= 0.0.0+git.20180227.3a1d648-1~),
golang-github-fsnotify-fsnotify-dev,
golang-github-google-gopacket-dev,
golang-github-insomniacslk-dhcp-dev,
golang-github-rifflock-lfshook-dev,
golang-github-sirupsen-logrus-dev,
golang-github-spf13-cast-dev,
golang-github-spf13-pflag-dev,
golang-github-spf13-viper-dev,
golang-github-stretchr-testify-dev,
golang-github-vishvananda-netns-dev,
golang-golang-x-net-dev,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coredhcp-coredhcp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coredhcp-coredhcp.git
Homepage: https://github.com/coredhcp/coredhcp
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/coredhcp/coredhcp
Package: coredhcp-client
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using},
Description: multithreaded, modular and extensible DHCP server - client
Coredhcp is a fast, multithreaded, modular and extensible DHCP server written
in Go. In CoreDHCP almost everything is implemented as a plugin. Every request
is evaluated calling each plugin in order, until one breaks the evaluation and
responds to, or drops, the request.
.
This package contains the client.
Package: coredhcp-server
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using},
Description: multithreaded, modular and extensible DHCP server - server
Coredhcp is a fast, multithreaded, modular and extensible DHCP server written
in Go. In CoreDHCP almost everything is implemented as a plugin. Every request
is evaluated calling each plugin in order, until one breaks the evaluation and
responds to, or drops, the request.
.
This package contains the server.
Package: golang-github-coredhcp-coredhcp-dev
Architecture: all
Multi-Arch: foreign
Section: golang
Depends:
golang-github-bits-and-blooms-bitset-dev,
golang-github-chappjc-logrus-prefix-dev (>= 0.0.0+git.20180227.3a1d648-1~),
golang-github-fsnotify-fsnotify-dev,
golang-github-google-gopacket-dev,
golang-github-insomniacslk-dhcp-dev,
golang-github-rifflock-lfshook-dev,
golang-github-sirupsen-logrus-dev,
golang-github-spf13-cast-dev,
golang-github-spf13-pflag-dev,
golang-github-spf13-viper-dev,
golang-github-stretchr-testify-dev,
golang-github-vishvananda-netns-dev,
golang-golang-x-net-dev,
${misc:Depends},
Description: multithreaded, modular and extensible DHCP server - library
Coredhcp is a fast, multithreaded, modular and extensible DHCP server written
in Go. In CoreDHCP almost everything is implemented as a plugin. Every request
is evaluated calling each plugin in order, until one breaks the evaluation and
responds to, or drops, the request.
.
This package contains the library.
|