File: control

package info (click to toggle)
golang-github-google-jsonapi 0.0~git20171108.0.e0fc4ee-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 216 kB
  • sloc: makefile: 4; sh: 4
file content (24 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-github-google-jsonapi
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/google/jsonapi
Testsuite: autopkgtest-pkg-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-jsonapi
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-jsonapi.git
XS-Go-Import-Path: github.com/google/jsonapi

Package: golang-github-google-jsonapi-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: 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.