File: control

package info (click to toggle)
golang-sourcehut-emersion-gqlclient 0.0~git20230820.8873fe0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,518 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
39
40
41
Source: golang-sourcehut-emersion-gqlclient
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Taavi Väänänen <taavi@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-dave-jennifer-dev,
               golang-github-vektah-gqlparser-dev,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-sourcehut-emersion-gqlclient
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-sourcehut-emersion-gqlclient.git
Homepage: https://sr.ht/~emersion/gqlclient/
Rules-Requires-Root: no
XS-Go-Import-Path: git.sr.ht/~emersion/gqlclient

Package: golang-sourcehut-emersion-gqlclient-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-dave-jennifer-dev,
         golang-github-vektah-gqlparser-dev,
         ${misc:Depends},
Description: GraphQL client and code generator for Go (library)
 gqlclient can be used as a thin GraphQL client, and can be augmented
 with code generation.
 .
 This package contains the Go library.

Package: gqlclient
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: GraphQL client and code generator for Go (program)
 gqlclient can be used as a thin GraphQL client, and can be augmented
 with code generation.
 .
 This package contains the CLI tools gqlclient, gqlclientgen and
 gqlclientintrospect.