golang-github-googleapis-gnostic 0.2.0-5 source package in Ubuntu

Changelog

golang-github-googleapis-gnostic (0.2.0-5) unstable; urgency=medium

  * Team upload.
  * Modernize protobuf dependencies, allow compilation against either
    <email address hidden> or <email address hidden>
  * Bump Standards version, no changes needed  

 -- Reinhard Tartler <email address hidden>  Sun, 09 Jun 2024 12:43:44 -0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-googleapis-gnostic_0.2.0-5.dsc 2.6 KiB e9b9e1e0efcbdf1ff96bc0d3e74d592c92993e20aef554b344d2e36e62da0e0e
golang-github-googleapis-gnostic_0.2.0.orig.tar.xz 228.5 KiB b56b15272c22e8aea9d38b0bc92aae12dec8e7ecd823f68d525016efbdd156b7
golang-github-googleapis-gnostic_0.2.0-5.debian.tar.xz 4.9 KiB 60d909cc2a9eedeea008397262b80c0919b9b6fea1625f08af35f013a583ecdd

Available diffs

No changes file available.

Binary packages built by this source

golang-github-googleapis-gnostic-dev: compiler for OpenAPI specification - library

 Protocol Buffers (https://developers.google.com/protocol-buffers/)
 provide a language-neutral, platform-neutral, extensible mechanism
 for serializing structured data. gnostic's Protocol Buffer models for
 the OpenAPI Specification can be used to generate code that includes
 data structures with explicit fields for the elements of an OpenAPI
 description. This makes it possible for developers to work with
 OpenAPI descriptions in type-safe ways, which is particularly useful in
 strongly-typed languages like Go and Swift.
 .
 gnostic reads OpenAPI descriptions into these generated data structures,
 reports errors, resolves internal dependencies, and writes the results in
 a binary form that can be used in any language that is supported by the
 Protocol Buffer tools. A plugin interface simplifies integration with
 API tools written in a variety of different languages, and when necessary,
 Protocol Buffer OpenAPI descriptions can be reexported as JSON or YAML.
 .
 This package provides the development files.