Config.in 747 B

12345678910111213141516
  1. config BR2_PACKAGE_PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER
  2. bool "python-magic-wormhole-mailbox-server"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-autobahn -> python-cryptography
  4. select BR2_PACKAGE_PYTHON3_SQLITE # runtime
  5. select BR2_PACKAGE_PYTHON_ATTRS # runtime
  6. select BR2_PACKAGE_PYTHON_AUTOBAHN # runtime
  7. select BR2_PACKAGE_PYTHON_SIX # runtime
  8. select BR2_PACKAGE_PYTHON_TWISTED # runtime
  9. help
  10. This package is the main server that Magic-Wormhole clients
  11. connect to. The server performs store-and-forward delivery
  12. for small key-exchange and control messages. Bulk data is
  13. sent over a direct TCP connection, or through a
  14. transit-relay.
  15. https://github.com/magic-wormhole/magic-wormhole-mailbox-server