Search Criteria
Package Details: protoc-gen-openapiv2 2.27.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/grpc-gateway.git (read-only, click to copy) |
|---|---|
| Package Base: | grpc-gateway |
| Description: | gRPC to JSON proxy generator following the gRPC HTTP spec |
| Upstream URL: | https://grpc-ecosystem.github.io/grpc-gateway/ |
| Licenses: | BSD-3-Clause |
| Submitter: | vitaliikuzhdin |
| Maintainer: | vitaliikuzhdin |
| Last Packager: | vitaliikuzhdin |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-03-07 22:09 (UTC) |
| Last Updated: | 2025-10-10 11:38 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-eacAUR)
- grpc-gateway-commonAUR (grpc-gateway-common-binAUR, grpc-gateway-common-gitAUR)
- protobuf (protobuf-gitAUR)
- protoc-gen-goAUR (protoc-gen-go-gitAUR, protoc-gen-go-binAUR)
- protoc-gen-go-grpcAUR (protoc-gen-go-grpc-binAUR, protoc-gen-go-grpc-gitAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
Latest Comments
brody commented on 2025-05-27 11:49 (UTC)
@vitaliikuzhdin Thanks for your feedback.
vitaliikuzhdin commented on 2025-05-27 10:48 (UTC) (edited on 2025-05-27 10:51 (UTC) by vitaliikuzhdin)
@brody, this definitely requires at least
protobuf. The nature of all theprotoc-gen-*Go packages is that they are not used directly but are called byprotoc(provided by theprotobufpackage). The first line of the upstream URL clearly says:You can also confirm this by running the binary itself:
As for
protoc-gen-goandprotoc-gen-go-grpc, the same logic of nested plugin support applies:The same is stated in the project's
README.md:brody commented on 2025-05-27 06:41 (UTC)
The same as for the package
protoc-gen-go-grpc. I see no reason whygrpc-gatewayshould be dependent onprotoc-gen-go,protoc-gen-go-grpcresp.protobuf. Or am I missing something?