pkgsrc/devel/lua-stdlib/PLIST
minskim 9c675a239b Import lua-stdlib-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
lua-stdlib is a library of modules for common programming tasks,
including list, table and functional operations, regexps, objects,
pretty-printing and getopt. The whole thing can be loaded with
'require "std"', or modules can be used individually.
Of course, this for Lua programming language :-)
2009-02-12 01:45:01 +00:00

17 lines
427 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/12 01:45:01 minskim Exp $
${LUA_LDIR}/base.lua
${LUA_LDIR}/debug_ext.lua
${LUA_LDIR}/getopt.lua
${LUA_LDIR}/io_ext.lua
${LUA_LDIR}/lcs.lua
${LUA_LDIR}/list.lua
${LUA_LDIR}/math_ext.lua
${LUA_LDIR}/mbox.lua
${LUA_LDIR}/object.lua
${LUA_LDIR}/parser.lua
${LUA_LDIR}/rex.lua
${LUA_LDIR}/set.lua
${LUA_LDIR}/std.lua
${LUA_LDIR}/string_ext.lua
${LUA_LDIR}/table_ext.lua
${LUA_LDIR}/xml.lua