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

Changelog

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

  * Drop old commented out code from debian/rules.
  * Install OpenAPIv2/3 under the new paths but provide symlinks for
    compatibility. This avoids the need to patch packages during the
    migration.

 -- Andrej Shadura <email address hidden>  Sun, 17 Oct 2021 16:24:54 +0200

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-googleapis-gnostic_0.2.0-4.dsc 2.0 KiB ec60a21c0f3f8ed6a1cfda3a89dce0671093dcada4ce9e7e0c94de265e45c8a6
golang-github-googleapis-gnostic_0.2.0.orig.tar.xz 228.5 KiB b56b15272c22e8aea9d38b0bc92aae12dec8e7ecd823f68d525016efbdd156b7
golang-github-googleapis-gnostic_0.2.0-4.debian.tar.xz 5.2 KiB 6290539a8b374f54255b0dda43484c1c5b648235539fe91e18a17dbcf7341e32

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.