Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-mailru-easyjson-devel-0.7.6-7.fc37 RPM for noarch

From Fedora 37 for ppc64le / g

Name: golang-github-mailru-easyjson-devel Distribution: Fedora Project
Version: 0.7.6 Vendor: Fedora Project
Release: 7.fc37 Build date: Thu Jul 21 12:32:06 2022
Group: Unspecified Build host: buildvm-x86-16.iad2.fedoraproject.org
Size: 505936 Source RPM: golang-github-mailru-easyjson-0.7.6-7.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/mailru/easyjson
Summary: Fast JSON serializer for Go
Package Easyjson provides a fast and easy way to marshal/unmarshal Go structs
to/from JSON without the use of reflection. In performance tests, easyjson
outperforms the standard encoding/json package by a factor of 4-5x, and other
JSON encoding packages by a factor of 2-3x.

Easyjson aims to keep generated Go code simple enough so that it can be easily
optimized or fixed. Another goal is to provide users with the ability to
customize the generated code by providing options not available with the
standard encoding/json package, such as generating "snake_case" names or
enabling omitempty behavior by default.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/mailru/easyjson

Provides

Requires

License

MIT

Changelog

* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 0.7.6-6
  - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in
    golang
* Sat Jun 18 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.7.6-5
  - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
    CVE-2022-29526, CVE-2022-30629
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Aug 15 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.7.6-1
  - Update to 0.7.6
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
  - Second attempt - Rebuilt for
    https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/share/doc/golang-github-mailru-easyjson-devel
/usr/share/doc/golang-github-mailru-easyjson-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mailru
/usr/share/gocode/src/github.com/mailru/easyjson
/usr/share/gocode/src/github.com/mailru/easyjson/.goipath
/usr/share/gocode/src/github.com/mailru/easyjson/README.md
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/codec_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data_codec.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data_ffjson.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/data_var.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/default_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/dummy_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/easyjson_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/ffjson_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/jsoniter_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/benchmark/tools.go
/usr/share/gocode/src/github.com/mailru/easyjson/bootstrap
/usr/share/gocode/src/github.com/mailru/easyjson/bootstrap/bootstrap.go
/usr/share/gocode/src/github.com/mailru/easyjson/buffer
/usr/share/gocode/src/github.com/mailru/easyjson/buffer/pool.go
/usr/share/gocode/src/github.com/mailru/easyjson/buffer/pool_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/easyjson
/usr/share/gocode/src/github.com/mailru/easyjson/easyjson/main.go
/usr/share/gocode/src/github.com/mailru/easyjson/gen
/usr/share/gocode/src/github.com/mailru/easyjson/gen/decoder.go
/usr/share/gocode/src/github.com/mailru/easyjson/gen/encoder.go
/usr/share/gocode/src/github.com/mailru/easyjson/gen/generator.go
/usr/share/gocode/src/github.com/mailru/easyjson/gen/generator_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/go.mod
/usr/share/gocode/src/github.com/mailru/easyjson/helpers.go
/usr/share/gocode/src/github.com/mailru/easyjson/helpers_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/bytestostr.go
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/error.go
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/lexer.go
/usr/share/gocode/src/github.com/mailru/easyjson/jlexer/lexer_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/jwriter
/usr/share/gocode/src/github.com/mailru/easyjson/jwriter/writer.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Bool.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Float32.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Float64.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int16.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int32.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int64.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Int8.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_String.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Uint.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Uint16.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Uint32.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Uint64.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/gotemplate_Uint8.go
/usr/share/gocode/src/github.com/mailru/easyjson/opt/opts.go
/usr/share/gocode/src/github.com/mailru/easyjson/parser
/usr/share/gocode/src/github.com/mailru/easyjson/parser/modulepath.go
/usr/share/gocode/src/github.com/mailru/easyjson/parser/parser.go
/usr/share/gocode/src/github.com/mailru/easyjson/parser/pkgpath.go
/usr/share/gocode/src/github.com/mailru/easyjson/parser/pkgpath_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/raw.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests
/usr/share/gocode/src/github.com/mailru/easyjson/tests/basic_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/custom_map_key_type.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/data.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/disallow_unknown.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/embedded_type.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/errors.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/errors_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/escaping.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/escaping_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/html.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/html_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/intern.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/intern_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/key_marshaler_map.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/members_escaped.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/members_escaping_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/members_unescaped.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/named_type.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/nested_easy.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/nested_marshaler.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/nocopy.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/nocopy_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/nothing.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/omitempty.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/opt_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/reference_to_pointer.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/required_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/snake.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/type_declaration.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/type_declaration_skip.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/unknown_fields.go
/usr/share/gocode/src/github.com/mailru/easyjson/tests/unknown_fields_test.go
/usr/share/gocode/src/github.com/mailru/easyjson/unknown_fields.go
/usr/share/licenses/golang-github-mailru-easyjson-devel
/usr/share/licenses/golang-github-mailru-easyjson-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024