--- This file is part of LuaDist project name = "lua_iconv" version = "6" desc = "Lua binding to the POSIX 'iconv' library, which converts a sequence of characters from one codeset into a sequence of corresponding characters in another codeset." author = "Alexandre Erwin Ittner" license = "MIT/X11" url = "http://luaforge.net/projects/lua-iconv/" maintainer = "Peter Kapec" source = "http://luaforge.net/frs/download.php/4181/lua-iconv-6.tar.gz" source_md5 = "2cec334c5786d7c420a53003d6cb93d4" depends = { "lua >= 5.1", "libiconv >=1.9.2" } groups = { "Lua" }