{ "id": "protoc", "version": "1.0.3", "name": "Protocol Buffer (Protobuf) Compiler (via Github Releases)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/protoc", "description": "A compiler for protocol buffer definition files.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/gh-release" ] }