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 48 49 50 51 52 53 54
|
Source: golang-github-mailru-easyjson
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
Anthony Fok <foka@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-josharian-intern-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mailru-easyjson
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mailru-easyjson.git
Homepage: https://github.com/mailru/easyjson
XS-Go-Import-Path: github.com/mailru/easyjson
Package: golang-github-mailru-easyjson-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
golang-github-josharian-intern-dev
Description: Fast JSON serializer for golang - development files
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
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: Fast JSON serializer for golang - command-line client
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.
|