SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-francoispqt-gojay-devel rpm build for : Fedora Other. For other distributions click golang-github-francoispqt-gojay-devel.

Name : golang-github-francoispqt-gojay-devel
Version : 1.2.13 Vendor : Fedora Project
Release : 16.fc41 Date : 2024-07-18 11:17:54
Group : Unspecified Source RPM : golang-github-francoispqt-gojay-1.2.13-16.fc41.src.rpm
Size : 0.88 MB
Packager : Fedora Project
Summary : Fastest JSON encoder/decoder with powerful stream API for Golang
Description :
GoJay is a performant JSON encoder/decoder for Golang (currently the most
performant, see benchmarks).

It has a simple API and doesn\'t use reflection. It relies on small interfaces to
decode/encode structures and slices.

Gojay also comes with powerful stream decoding features and an even faster
Unsafe API.

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

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora-secondary/development/41/Everything/ppc64le/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-francoispqt-gojay-devel-1.2.13-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-francoispqt-gojay-devel-1.2.13-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-francoispqt-gojay-devel-1.2.13-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-francoispqt-gojay-devel-1.2.13-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-francoispqt-gojay-devel-1.2.13-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-francoispqt-gojay-devel-1.2.13-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-francoispqt-gojay-devel-1.2.13-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-francoispqt-gojay-devel-1.2.13-16.fc41.noarch.rpm
     

Provides :
golang(github.com/francoispqt/gojay)
golang(github.com/francoispqt/gojay/benchmarks)
golang(github.com/francoispqt/gojay/benchmarks/decoder)
golang(github.com/francoispqt/gojay/gojay/codegen)
golang(github.com/francoispqt/gojay/gojay/codegen/test/annotated_struct)
golang(github.com/francoispqt/gojay/gojay/codegen/test/basic_struct)
golang(github.com/francoispqt/gojay/gojay/codegen/test/embedded_struct)
golang(github.com/francoispqt/gojay/gojay/codegen/test/pooled_struct)
golang-github-francoispqt-gojay-devel
golang-ipath(github.com/francoispqt/gojay)

Requires :
go-filesystem
golang(github.com/go-errors/errors)
golang(github.com/mailru/easyjson)
golang(github.com/mailru/easyjson/jlexer)
golang(github.com/mailru/easyjson/jwriter)
golang(github.com/viant/toolbox)
golang(github.com/viant/toolbox/url)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/golang-github-francoispqt-gojay-devel
/usr/share/doc/golang-github-francoispqt-gojay-devel/README.md
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/encode-decode-map
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/encode-decode-map/main.go
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/fuzz
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/fuzz/Makefile
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/fuzz/main.go
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-benchmarks
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-benchmarks/Makefile
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-benchmarks/README.md
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-benchmarks/gojay
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-benchmarks/gojay/main.go
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-benchmarks/post.lua
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-benchmarks/standard
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-benchmarks/standard/main.go
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-json
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/http-json/main.go
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/websocket
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/websocket/client
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/websocket/client/client.go
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/websocket/comm
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/websocket/comm/comm.go
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/websocket/main.go
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/websocket/server
/usr/share/doc/golang-github-francoispqt-gojay-devel/examples/websocket/server/server.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/francoispqt
/usr/share/gocode/src/github.com/francoispqt/gojay
/usr/share/gocode/src/github.com/francoispqt/gojay/.goipath
There is 131 files more in these RPM.

 
ICM