Config.in 450 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_PROTOBUF
  2. bool "python-protobuf"
  3. # host-protobuf only builds on certain architectures
  4. depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS
  5. select BR2_PACKAGE_PYTHON_SIX # runtime
  6. help
  7. Python implementation of the Google Protocol Buffers.
  8. Protocol buffers are Google's language-neutral,
  9. platform-neutral, extensible mechanism for serializing
  10. structured data.
  11. https://developers.google.com/protocol-buffers