SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

grpcurl rpm build for : OpenSuSE. For other distributions click grpcurl.

Name : grpcurl
Version : 1.9.1 Vendor : obs://build_opensuse_org/home:jankara:grpcurl
Release : lp156.9.1 Date : 2024-05-01 16:47:23
Group : Unspecified Source RPM : grpcurl-1.9.1-lp156.9.1.src.rpm
Size : 30.25 MB
Packager : https://www_suse_com/
Summary : Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
Description :
grpcurl is a command-line tool that lets you interact with gRPC servers. It\'s
basically curl for gRPC servers.

The main purpose for this tool is to invoke RPC methods on a gRPC server from
the command-line. gRPC servers use a binary encoding on the wire (protocol
buffers, or \"protobufs\" for short). So they are basically impossible to
interact with using regular curl (and older versions of curl that do not
support HTTP/2 are of course non-starters). This program accepts messages using
JSON encoding, which is much more friendly for both humans and scripts.

With this tool you can also browse the schema for gRPC services, either by
querying a server that supports server reflection, by reading proto source
files, or by loading in compiled \"protoset\" files (files that contain encoded
file descriptor protos). In fact, the way the tool transforms JSON request data
into a binary encoded protobuf is using that very same schema. So, if the
server you interact with does not support reflection, you will either need the
proto source files that define the service or need protoset files that grpcurl
can use.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/jankara:/grpcurl/15.6/x86_64

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  grpcurl-1.9.1-lp156.9.1.x86_64.rpm
     

Provides :
grpcurl
grpcurl(x86-64)

Requires :
/bin/sh
/bin/sh
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
libc.so.6(GLIBC_2.32)(64bit)
libc.so.6(GLIBC_2.34)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/grpcurl
/usr/share/doc/packages/grpcurl
/usr/share/doc/packages/grpcurl/README.md
/usr/share/licenses/grpcurl
/usr/share/licenses/grpcurl/LICENSE

 
ICM