File: control

package info (click to toggle)
golang-github-gogits-go-gogs-client 0.0~git20210131.1d7215c-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 833 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
Source: golang-github-gogits-go-gogs-client
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: dh-golang,
               golang-go,
               debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: https://github.com/gogits/go-gogs-client
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gogits-go-gogs-client
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gogits-go-gogs-client.git
XS-Go-Import-Path: github.com/gogits/go-gogs-client

Package: golang-github-gogits-go-gogs-client-dev
Section: golang
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: Gogs API client in Go
 This library implements a client for the Gogs REST API which is an
 interface similar to the Github v3 API.