lua-iconv: new package
[buildroot-gz.git] / package / coxpcall / Config.in
blob1237482ffa1e62a76be22831e807106d45bf6399
1 config BR2_PACKAGE_COXPCALL
2         bool "coxpcall"
3         help
4           Coxpcall encapsulates the protected calls with a coroutine
5           based loop, so errors can be dealed without the usual
6           pcall/xpcall issues with coroutines.
8           http://coxpcall.luaforge.net/