File: control

package info (click to toggle)
golang-github-go-kit-kit 0.13.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,784 kB
  • sloc: sh: 22; makefile: 11
file content (63 lines) | stat: -rw-r--r-- 2,526 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: golang-github-go-kit-kit
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-casbin-casbin-dev,
               golang-github-go-zookeeper-zk-dev,
               golang-github-golang-jwt-jwt-dev,
               golang-github-influxdata-influxdb1-client-dev,
               golang-github-nats-io-go-nats-dev,
               golang-github-nats-io-nats-server-dev,
               golang-github-opentracing-opentracing-go-dev,
               golang-github-performancecopilot-speed-dev,
               golang-github-prometheus-client-golang-dev,
               golang-github-rabbitmq-amqp091-go-dev,
               golang-github-sirupsen-logrus-dev,
               golang-github-vividcortex-gohistogram-dev,
               golang-go.uber-zap-dev,
               golang-google-grpc-dev,
               golang-google-protobuf-dev,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-kit-kit
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-kit-kit.git
Homepage: https://github.com/go-kit/kit
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-kit/kit

Package: golang-github-go-kit-kit-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-casbin-casbin-dev,
         golang-github-go-zookeeper-zk-dev,
         golang-github-golang-jwt-jwt-dev,
         golang-github-influxdata-influxdb1-client-dev,
         golang-github-nats-io-go-nats-dev,
         golang-github-nats-io-nats-server-dev,
         golang-github-opentracing-opentracing-go-dev,
         golang-github-performancecopilot-speed-dev,
         golang-github-prometheus-client-golang-dev,
         golang-github-rabbitmq-amqp091-go-dev,
         golang-github-sirupsen-logrus-dev,
         golang-github-vividcortex-gohistogram-dev,
         golang-google-grpc-dev,
         golang-google-protobuf-dev,
         ${misc:Depends},
Description: Programming toolkit for microservices
 Go kit is a set of packages and best practices, which provide a comprehensive,
 robust, and trustable way of building microservices for organizations of any
 size.
 .
 As the dependency tree is enormous, the Debian package only offers some of the
 components of Go kit:
 .
  * auth
  * endpoint
  * log
  * tracing
  * transport
  * util