--- This file is part of LuaDist project name = "lua_xmlreader" version = "0.1" desc = "An implementation of the XmlReader API using libxml2." author = "A.S. Bradbury" license = "MIT/X11" url = "http://asbradbury.org/projects/lua-xmlreader/" maintainer = "Peter Kapec" source = "http://luaforge.net/frs/download.php/3053/lua-xmlreader-0.1.tar.gz" source_md5 = "0a4a056a5faa0e1b8fe45070533a2ee6" depends = { "lua >=5.1", "libxml2 >=2.4.12" } groups = { "Lua" }