File: control

package info (click to toggle)
golang-github-machinebox-graphql 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 92 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,213 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
29
30
31
Source: golang-github-machinebox-graphql
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-pkg-errors-dev,
               golang-github-matryer-is-dev
Standards-Version: 4.1.5
Homepage: https://github.com/machinebox/graphql
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-machinebox-graphql
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-machinebox-graphql.git
XS-Go-Import-Path: github.com/machinebox/graphql
Testsuite: autopkgtest-pkg-go

Package: golang-github-machinebox-graphql-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-pkg-errors-dev,
         golang-github-matryer-is-dev
Description: simple low-level GraphQL HTTP client for Go
 This is a low-level GraphQL client for Go.
 .
  - Simple, familiar API
  - Respects context.Context timeouts and cancellation
  - Build and execute any kind of GraphQL request
  - Use strong Go types for response data
  - Use variables and upload files
  - Simple error handling