File: control

package info (click to toggle)
golang-github-mailru-easyjson 0.0~git20161103.0.159cdb8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 744 kB
  • sloc: makefile: 45; sh: 4
file content (47 lines) | stat: -rw-r--r-- 1,899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: golang-github-mailru-easyjson
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/mailru/easyjson
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mailru-easyjson.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-mailru-easyjson.git
XS-Go-Import-Path: github.com/mailru/easyjson

Package: golang-github-mailru-easyjson-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: Fast JSON serializer for golang
 easyjson allows (un-)marshaling of JSON golang structs without the 
 use of reflection by generating marshaller code.
 .
 One of the aims of the library is to keep generated code simple enough
 so that it can be easily optimized or fixed. Another goal is to provide
 users with ability to customize the generated code not available in
 'encoding/json', such as generating snake_case names or enabling
 'omitempty' behavior by default.
 .
 This package contains the development files.

Package: golang-easyjson
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Fast JSON serializer for golang
 easyjson allows (un-)marshaling of JSON golang structs without the
 use of reflection by generating marshaller code.
 .
 One of the aims of the library is to keep generated code simple enough
 so that it can be easily optimized or fixed. Another goal is to provide
 users with ability to customize the generated code not available in
 'encoding/json', such as generating snake_case names or enabling
 'omitempty' behavior by default.
 .
 This package contains the command-line client.