[ ソース: golang-github-mailru-easyjson ]
パッケージ: golang-github-mailru-easyjson-dev (0.7.7-1)
golang-github-mailru-easyjson-dev に関するリンク
Debian の資源:
golang-github-mailru-easyjson ソースパッケージをダウンロード:
- [golang-github-mailru-easyjson_0.7.7-1.dsc]
- [golang-github-mailru-easyjson_0.7.7.orig.tar.gz]
- [golang-github-mailru-easyjson_0.7.7-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の golang-github-mailru-easyjson-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-josharian-intern-dev
- Intern string golang library