Source: golang-github-mailru-easyjson Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Tim Potter 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.