Alejandro Mery
16 years ago
3 changed files with 71 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
|
||||
[TIMESTAMP] 1244062270 Wed Jun 3 16:51:10 2009 |
||||
[BUILDTIME] 0 (1) |
||||
[SIZE] 0.11 MB, 13 files |
||||
|
@ -0,0 +1,25 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../luaxml/luaxml.conf |
||||
# Copyright (C) 2009 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
custextract="autoextract_subdir_zip" |
||||
|
||||
makeinstopt= |
||||
|
||||
luaxml_install() { |
||||
mv test.* readme.* *.png "$root$docdir/" |
||||
cp *.so "$root$lualibdir/" |
||||
cp *.lua "$root$luadatadir/" |
||||
} |
||||
|
||||
hook_add postmake 5 'luaxml_install' |
@ -0,0 +1,41 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../luaxml/luaxml.desc |
||||
[COPY] Copyright (C) 2009 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A minimal set of functions for the processing of XML data in Lua |
||||
|
||||
[T] LuaXML provides a minimal set of functions for the processing of XML data |
||||
[T] in Lua. It offers a very simple and natural mapping between the XML data |
||||
[T] format and Lua tables, which allows one to parse XML data just using |
||||
[T] Lua's normal table access and iteration methods: Substatements and text |
||||
[T] content is represented as array data having numerical keys, attributes |
||||
[T] and tags use string keys. This representation makes sure that the |
||||
[T] structure of XML data is exactly preserved in a read/write cycle. Since |
||||
[T] version 1.7, LuaXML consists of a well-optimized portable ISO-standard |
||||
[T] C file and a small Lua file. |
||||
|
||||
[U] http://www.viremo.de/LuaXML |
||||
|
||||
[A] Gerald Franz <gerald.franz@viremo.de> |
||||
[M] Alejandro Mery <amery@opensde.org> |
||||
|
||||
[C] extra/development |
||||
|
||||
[F] LUA |
||||
|
||||
[L] MIT |
||||
[S] Stable |
||||
[V] 1.7.1-090330 |
||||
[P] X -?---5---9 800.000 |
||||
|
||||
[D] 1500744844 LuaXML_090330.zip http://www.viremo.de/LuaXML/ |
Loading…
Reference in new issue