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
