1*4882a593Smuzhiyunconfig BR2_PACKAGE_LUTOK 2*4882a593Smuzhiyun bool "lutok" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 4*4882a593Smuzhiyun depends on !BR2_PACKAGE_LUAJIT 5*4882a593Smuzhiyun help 6*4882a593Smuzhiyun Lutok is a lightweight C++ API library for Lua. 7*4882a593Smuzhiyun 8*4882a593Smuzhiyun https://github.com/jmmv/lutok 9*4882a593Smuzhiyun 10*4882a593Smuzhiyuncomment "lutok needs a toolchain w/ C++ and full Lua" 11*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT 12