File: control

package info (click to toggle)
golang-github-segmentio-kafka-go 0.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 572 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,168 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
28
Source: golang-github-segmentio-kafka-go
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-pierrec-lz4-dev,
               golang-golang-x-net-dev,
               golang-snappy-go-dev
Standards-Version: 4.2.1
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,
         golang-snappy-go-dev
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.