Config.in 417 B

123456789101112131415
  1. config BR2_PACKAGE_MSGPACK
  2. bool "msgpack"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  5. help
  6. MessagePack is an efficient binary serialization format.
  7. It lets you exchange data among multiple languages like JSON
  8. but it's faster and smaller.
  9. http://msgpack.org/
  10. comment "msgpack needs a toolchain w/ C++"
  11. depends on !BR2_INSTALL_LIBSTDCPP
  12. depends on BR2_TOOLCHAIN_HAS_SYNC_4