Search Criteria
Package Details: grpc 1.18.0-1
Git Clone URL: | https://aur.archlinux.org/grpc.git (read-only) |
---|---|
Package Base: | grpc |
Description: | A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. |
Upstream URL: | http://www.grpc.io/ |
Licenses: | |
Submitter: | sarum9in |
Maintainer: | sarum9in |
Last Packager: | sarum9in |
Votes: | 18 |
Popularity: | 1.502978 |
First Submitted: | 2015-02-28 18:18 |
Last Updated: | 2019-01-17 12:55 |
Dependencies (10)
- c-ares
- openssl-1.0 (openssl-1.0-chacha20)
- protobuf>=3 (protobuf3-git, protobuf-bin, protobuf-static)
- c-ares (make)
- chrpath (chrpath-svn) (make)
- gflags (gflags-git, gflags-static) (make)
- openssl-1.0 (openssl-1.0-chacha20) (make)
- php (php55, php53, php70-noconflict, php-zts, php56, php-32bits-fixes, php70, php71, php72) (make)
- re2c (make)
- protobuf>=3 (protobuf3-git, protobuf-bin, protobuf-static) (make)
Latest Comments
1 2 3 4 Next › Last »
sarum9in commented on 2018-07-02 08:40
It does not, see depends=('c-ares' 'openssl-1.0' 'protobuf>=3') in the package_grpc. However this is a split package (https://wiki.archlinux.org/index.php/PKGBUILD#pkgbase) and it requires PHP on the build phase. If you build binary package you can use it later without PHP dependency.
HeroCC commented on 2018-07-01 23:32
Why does this project requires PHP? The official build documents don't mention anything about it being a requirement but I may be missing something: https://github.com/grpc/grpc/blob/master/BUILDING.md.
sarum9in commented on 2018-06-06 08:09
I don't understand your question. Whether you need a specific package build by this split package PKGBUILD depends on your needs. php-grpc is a grpc binding for PHP, grpc-cli is some command line tool to work with gRPC services.
Rosslaew commented on 2018-06-06 07:41
I see that this package installs php-grpc and grpc-cli. Does that mean that the similarly named packages are not needed ?
mordred commented on 2018-03-15 11:51
right now unfortunately not, I'll contact you again when I'll completely integrate if for what I'm doing. I understand your concerns.
sarum9in commented on 2018-03-14 15:51
I am slightly concerned about supporting this. I always verify that it builds and works before pushing it here, but I can't do this for armv7h. Are you (or anyone else) commited to make sure it works for future releases?
mordred commented on 2018-03-14 12:07
Is it possible to add 'armv7h' to the list of archs? It builds successfully.
connesc commented on 2018-01-08 09:45
It works perfectly, thanks!
sarum9in commented on 2018-01-06 22:27
grpc-cli is a separate package. Apparently it does not look like it depends on grpc so can be installed separately. Please give it a try and let me know if there are any problems, I am not using this binary.
sarum9in commented on 2018-01-04 10:32
Certainly possible but there are some additional dependencies (gflags, gtest, gmock at least) that require some tinkering with PKGBUILD. I will update this package by the end of this week or provide separate one.