1config BR2_PACKAGE_LUA_MESSAGEPACK
2	bool "lua-messagepack"
3	help
4	  A pure Lua implementation of the MessagePack serialization
5	  format.
6
7	  https://fperrad.frama.io/lua-MessagePack/
8