File: control

package info (click to toggle)
golang-github-shopify-sarama 1.22.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,728 kB
  • sloc: sh: 112; makefile: 43
file content (46 lines) | stat: -rw-r--r-- 1,997 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
Source: golang-github-shopify-sarama
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
           David Lazăr <dlazar@gmail.com>,
           Christos Trochalakis <ctrochalakis@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
    golang-github-datadog-zstd-dev,
    golang-github-davecgh-go-spew-dev,
    golang-github-eapache-go-xerial-snappy-dev,
    golang-github-golang-snappy-dev,
    golang-github-klauspost-compress-dev,
    golang-github-klauspost-crc32-dev,
    golang-github-pierrec-lz4-dev,
    golang-github-rcrowley-go-metrics-dev,
    golang-golang-x-net-dev,
    golang-gopkg-eapache-go-resiliency.v1-dev | golang-github-eapache-go-resiliency-dev,
    golang-gopkg-eapache-queue.v1-dev | golang-github-eapache-queue-dev,
Standards-Version: 4.4.1
Homepage: https://github.com/Shopify/sarama
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shopify-sarama
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shopify-sarama.git
XS-Go-Import-Path: github.com/Shopify/sarama
Testsuite: autopkgtest-pkg-go

Package: golang-github-shopify-sarama-dev
Architecture: all
Depends: ${misc:Depends},
    golang-github-datadog-zstd-dev,
    golang-github-davecgh-go-spew-dev,
    golang-github-eapache-go-xerial-snappy-dev,
    golang-github-golang-snappy-dev,
    golang-github-klauspost-compress-dev,
    golang-github-klauspost-crc32-dev,
    golang-github-pierrec-lz4-dev,
    golang-github-rcrowley-go-metrics-dev,
    golang-golang-x-net-dev,
    golang-gopkg-eapache-go-resiliency.v1-dev | golang-github-eapache-go-resiliency-dev,
    golang-gopkg-eapache-queue.v1-dev | golang-github-eapache-queue-dev,
Description: Go library for Apache Kafka
 Sarama is a Go client library for Apache Kafka (https://kafka.apache.org/)
 version 0.8 (and later).