Package: golang-goprotobuf / 0.0~git20130901-1

Metadata

Package Version Patches format
golang-goprotobuf 0.0~git20130901-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
protobuf source files | (download)

protoc-gen-go/descriptor/descriptor.proto | 538 538 + 0 - 0 !
protoc-gen-go/plugin/plugin.proto | 145 145 + 0 - 0 !
2 files changed, 683 insertions(+)

 add the source files for the generated protobufs.
 protoc-gen-go uses protocol buffers to communicate with protoc, so we
 need precompiled versions of the protobuf files plugin.proto and
 descriptor.proto from the original protobuf repository. This adds the
 .proto sources, so the files could be regenerated using protoc-gen-go
 as required.
 .
 plugin.proto is taken from
 http://protobuf.googlecode.com/svn/trunk@349 and descriptor.proto is
 taken from http://protobuf.googlecode.com/svn/trunk@394