Config.in 676 B

12345678910111213141516171819
  1. config BR2_PACKAGE_PYTHON_AVRO
  2. bool "python-avro"
  3. help
  4. Select this option to install the Avro Python3 language
  5. bindings, and the `avro` command line tool
  6. Apache Avro is a data serialization system.
  7. Avro provides:
  8. - Rich data structures.
  9. - A compact, fast, binary data format.
  10. - A container file, to store persistent data.
  11. - Remote procedure call (RPC).
  12. - Simple integration with dynamic languages.
  13. - Code generation is not required to read or write data
  14. files nor to use or implement RPC protocols.
  15. - Code generation as an optional optimization,
  16. only worth implementing for statically typed languages.
  17. http://avro.apache.org/