golang-github-graph-gophers-graphql-go 1.5.0-1 source package in Ubuntu

Changelog

golang-github-graph-gophers-graphql-go (1.5.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version.
  * Bump watchfile version.
  * Bump copyright data of debian/ directory.
  * Remove obsolete Files-Excluded: in d/copyright.

 -- Sascha Steinbiss <email address hidden>  Sun, 25 Dec 2022 19:57:55 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-graph-gophers-graphql-go_1.5.0-1.dsc 2.1 KiB e01f6e727b8af2b5cb50601c9f2461fda214bdc562049d76f76c0ca2c6e1f965
golang-github-graph-gophers-graphql-go_1.5.0.orig.tar.gz 190.5 KiB 84466e8b663ecc462afefeedd0c66ebf1dd7eb9aa1f1cd00e828756a8473780d
golang-github-graph-gophers-graphql-go_1.5.0-1.debian.tar.xz 2.9 KiB 0450be5d27d9a81485562e0c00047a9639b2fa191818ff2060bf0eadb401fbeb

Available diffs

No changes file available.

Binary packages built by this source

golang-github-graph-gophers-graphql-go-dev: GraphQL server with a focus on ease of use

 graphql-go is a GraphQL server library with the goal to provide full
 support of the GraphQL draft specification (
 https://facebook.github.io/graphql/draft) with a set of idiomatic, easy
 to use Go packages.
 .
 Features:
 .
  - minimal API
  - support for context.Context
  - support for the OpenTracing standard
  - schema type-checking against resolvers
  - resolvers are matched to the schema based on method sets
  - handles panics in resolvers
  - parallel execution of resolvers