pkgsrc/textproc/lua-expat/MESSAGE
xtraeme e8d4952ea3 Initial import of lua-expat from pkgsrc-wip, packaged by pancake.
LuaExpat is a XML parser based on the Expat XML parser.
It allows Lua programs to:

- Process a XML document incrementally , thus being able to handle
  huge documents without memory penalties;

- Register handler functions wich are called by the parser during
  the processing of the document, handling the document elements or text.
2004-04-05 13:57:53 +00:00

13 lines
426 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/04/05 13:57:53 xtraeme Exp $
To use luaexpat in your lua programs you must set this environment
variable:
LUA_INIT = "loadlib('${PREFIX}/lib/liblualxp.so','luaopen_lxp')();"
Examples were installed on:
${PREFIX}/share/examples/lua
===========================================================================