File: control

package info (click to toggle)
golang-github-segmentio-kafka-go 0.4.49%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,292 kB
  • sloc: sh: 17; makefile: 10
file content (31 lines) | stat: -rw-r--r-- 1,332 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
Source: golang-github-segmentio-kafka-go
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Lena Voytek <lena@voytek.dev>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-aws-aws-sdk-go-dev,
               golang-github-aws-aws-sdk-go-v2-dev,
               golang-github-klauspost-compress-dev,
               golang-github-pierrec-lz4-dev,
               golang-github-xdg-go-scram-dev,
               golang-golang-x-net-dev
Standards-Version: 4.7.2
Homepage: https://github.com/segmentio/kafka-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-segmentio-kafka-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-segmentio-kafka-go.git
XS-Go-Import-Path: github.com/segmentio/kafka-go
Testsuite: autopkgtest-pkg-go

Package: golang-github-segmentio-kafka-go-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-pierrec-lz4-dev,
         golang-golang-x-net-dev
Multi-Arch: foreign
Description: Kafka library in Go
 Package kafka provides low and high level APIs for interacting with Kafka,
 mirroring concepts and implementing interfaces of the Go standard library
 to make it easy to use and integrate with existing software.