golang-github-google-jsonapi 1.0.0-1 source package in Ubuntu

Changelog

golang-github-google-jsonapi (1.0.0-1) unstable; urgency=medium

  * Add watchfile.
  * New upstream version, now with tagged releases.
  * Bump date in d/copyright.
  * Add Rules-Requires-Root: no.
  * Bump Standards-Version.
  * Use debhelper 13.

 -- Sascha Steinbiss <email address hidden>  Tue, 22 Nov 2022 00:14:04 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-jsonapi_1.0.0-1.dsc 2.2 KiB 2b0bd323273015997c72f0ba6e7d34ec6480367379633eabf8ecdb3b89e8532c
golang-github-google-jsonapi_1.0.0.orig.tar.gz 29.8 KiB 453d364cbd54f56518bc6cfe0293b00f9a70faf92ed13b7f6b2021f16502291c
golang-github-google-jsonapi_1.0.0-1.debian.tar.xz 2.3 KiB c6c1f1c63c20f29b57a70e598da0d9cb6bc9f85a30b5a3793d68fe65c83e1662

No changes file available.

Binary packages built by this source

golang-github-google-jsonapi-dev: jsonapi.org style payload serializer and deserializer

 Serializer/deserializer for JSON payloads that comply to the JSON API
 spec in Go. Struct tags are used to annotate the struct fields in an
 application and then this library reads and writes JSON API output based
 on the tagged fields.