Config.in 403 B

123456789101112131415
  1. config BR2_PACKAGE_MSGPACK
  2. bool "msgpack"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on !BR2_arc # atomic builtins
  5. help
  6. MessagePack is an efficient binary serialization format.
  7. It lets you exchange data among multiple languages like JSON but
  8. 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_arc