diff options
Diffstat (limited to 'package/python-protobuf/Config.in')
-rw-r--r-- | package/python-protobuf/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-protobuf/Config.in b/package/python-protobuf/Config.in new file mode 100644 index 000000000..ec2205757 --- /dev/null +++ b/package/python-protobuf/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_PROTOBUF + bool "python-protobuf" + depends on BR2_PACKAGE_PYTHON + help + Python implementation of the Google Protocol Buffers. + + Protocol buffers are Google's language-neutral, platform-neutral, + extensible mechanism for serializing structured data. + + http://code.google.com/p/protobuf/ |