summaryrefslogtreecommitdiffstats
path: root/package/msgpack/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/msgpack/Config.in')
-rw-r--r--package/msgpack/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/msgpack/Config.in b/package/msgpack/Config.in
new file mode 100644
index 000000000..7f28eafb2
--- /dev/null
+++ b/package/msgpack/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_MSGPACK
+ bool "msgpack"
+ depends on BR2_INSTALL_LIBSTDCPP
+ help
+ MessagePack is an efficient binary serialization format.
+
+ It lets you exchange data among multiple languages like JSON but
+ it's faster and smaller.
+
+ http://msgpack.org/
+
+comment "msgpack requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP