Fri, 05 Jul 2024 06:24:26 UTC | login

Information for build golang-github-googleapis-gnostic-0.4.1-2.fc33

ID182470
Package Namegolang-github-googleapis-gnostic
Version0.4.1
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-googleapis-gnostic.git#314c35bae6738d2492117cf915718c66cdb0dbdc
SummaryCompiler for APIs described by the OpenAPI Specification
Description This package contains a Go command line tool which converts JSON and YAML OpenAPI descriptions to and from equivalent Protocol Buffer representations. 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. gnostic compilation code and OpenAPI Protocol Buffer models are automatically generated from an OpenAPI JSON Schema. Source code for the generator is in the generate-gnostic directory.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Aug 2020 19:44:23 UTC
CompletedFri, 14 Aug 2020 20:51:43 UTC
Taskbuild (f33, /rpms/golang-github-googleapis-gnostic.git:314c35bae6738d2492117cf915718c66cdb0dbdc)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-googleapis-gnostic.git#314c35bae6738d2492117cf915718c66cdb0dbdc'}}
Tags
f33
RPMs
src
golang-github-googleapis-gnostic-0.4.1-2.fc33.src.rpm (info) (download)
noarch
golang-github-googleapis-gnostic-devel-0.4.1-2.fc33.noarch.rpm (info) (download)
riscv64
golang-github-googleapis-gnostic-0.4.1-2.fc33.riscv64.rpm (info) (download)
golang-github-googleapis-gnostic-debuginfo-0.4.1-2.fc33.riscv64.rpm (info) (download)
golang-github-googleapis-gnostic-debugsource-0.4.1-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Apr 14 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.1-1 - Update to 0.4.1 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 09 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.0-1 - Initial package