File: control

package info (click to toggle)
golang-github-mckael-madon 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,479 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
Source: golang-github-mckael-madon
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-net-dev,
               golang-golang-x-oauth2-google-dev,
               golang-websocket-dev,
               golang-github-sendgrid-rest-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mckael-madon
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mckael-madon.git
Homepage: https://github.com/McKael/madon
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/McKael/madon

Package: golang-github-mckael-madon-dev
Architecture: all
Depends: golang-github-pkg-errors-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-net-dev,
         golang-golang-x-oauth2-google-dev,
         golang-websocket-dev,
         ${misc:Depends}
Description: Golang Mastodon API library
 This package contains a library to access the Mastodon REST API.
 Card (https://goreportcard.com/report/github.com/McKael/madon)
 .
 This implementation covers 100% of the current API, including the
 streaming API.
 .
 The madonctl console client uses this library exhaustively.