# etree **Repository Path**: mirrors_LuaDist/etree ## Basic Information - **Project Name**: etree - **Description**: Lua Element Tree is a library that enables manipulation of XML documents as simple data structures in Lua. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Lua Element Tree ================ Lua Element Tree is a library that enables manipulation of XML documents as simple data structures in Lua. Requirements ------------ Lua Element Tree depends on [Lua 5.1][Lua] and [LuaExpat][]. [Lua]: http://www.lua.org [LuaExpat]: http://www.keplerproject.org/luaexpat/ Installation ------------ For Linux: as root, type: tar zxvf etree-0.1.tar.gz cd etree-0.1 make install