Codebase list golang-github-nlopes-slack / 0.1.0-2 debian / control
0.1.0-2

Tree @0.1.0-2 (Download .tar.gz)

control @0.1.0-2raw · history · blame

Source: golang-github-nlopes-slack
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
               golang-golang-x-net-dev
Standards-Version: 4.6.0
Homepage: https://github.com/nlopes/slack
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nlopes-slack
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nlopes-slack.git
XS-Go-Import-Path: github.com/nlopes/slack
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-nlopes-slack-dev
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-stretchr-testify-dev,
         golang-golang-x-net-dev
Description: Go library for Slack API
 This library supports most if not all of the `api.slack.com` REST
 calls, as well as the Real-Time Messaging protocol over websocket, in
 a fully managed way.