File: control

package info (click to toggle)
golang-github-hailocab-go-hostpool 0.0~git20160125.0.e80d13c-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,227 bytes parent folder | download | duplicates (2)
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
Source: golang-github-hailocab-go-hostpool
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
#               golang-github-bitly-go-hostpool-dev,
               golang-github-bmizerany-assert-dev
Standards-Version: 3.9.8
Homepage: https://github.com/hailocab/go-hostpool
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-hailocab-go-hostpool.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-hailocab-go-hostpool.git
XS-Go-Import-Path: github.com/hailocab/go-hostpool

Package: golang-github-hailocab-go-hostpool-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
#         golang-github-bitly-go-hostpool-dev,
         golang-github-bmizerany-assert-dev
Description: flexibly pool among multiple hosts from Go application
 go-hostpool is a Go package to intelligently and flexibly pool among
 multiple hosts from your Go application. Host selection can operate in
 round robin or epsilon greedy mode, and unresponsive hosts are avoided.