Hi,

Attached is a rockspec for LuaXML (http://viremo.eludi.net/LuaXML/).

The original zip file contains a readme.txt at the top level that
probably should get copied into a doc/LuaXML directory, but I'm not sure
how to do that.

Thanks,

Diab

package = "LuaXML"
version = "101012-1"
source = {
   url = "http://viremo.eludi.net/LuaXML/LuaXML_101012.zip";,
   dir = '.'
}
description = {
   summary = "a module that maps between Lua and XML without much ado",
   detailed = [[
LuaXML provides a minimal set of functions for the processing of XML
data in Lua. It offers a very simple and natural mapping between the
XML data format and Lua tables, which allows one to parse XML data
just using Lua's normal table access and iteration methods:
Substatements and text content is represented as array data having
numerical keys, attributes and tags use string keys. This
representation makes sure that the structure of XML data is exactly
preserved in a read/write cycle.
   ]],
   homepage = "http://viremo.eludi.net/LuaXML/";,
   license = "MIT/X11",
   maintainer = "[email protected]"
}
dependencies = {
   "lua >= 5.1"
}
build = {
   type = "builtin",
   modules = {
      LuaXML_lib = "LuaXML_lib.c",
      LuaXML = "LuaXml.lua",
   }
}
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to