2012-10-05 17:36:03 +08:00
|
|
|
config BR2_PACKAGE_PYTHON_PROTOBUF
|
|
|
|
bool "python-protobuf"
|
2014-05-13 01:45:48 +08:00
|
|
|
# host-protobuf only builds on certain architectures
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2017-10-24 00:19:44 +08:00
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
2012-10-05 17:36:03 +08:00
|
|
|
help
|
|
|
|
Python implementation of the Google Protocol Buffers.
|
|
|
|
|
2017-12-18 16:21:05 +08:00
|
|
|
Protocol buffers are Google's language-neutral,
|
|
|
|
platform-neutral, extensible mechanism for serializing
|
|
|
|
structured data.
|
2012-10-05 17:36:03 +08:00
|
|
|
|
2020-09-12 00:34:08 +08:00
|
|
|
https://developers.google.com/protocol-buffers
|