12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
project = 'Lua'
|
|
description = 'Lua Standard Libraries'
|
|
full_description = [[
|
|
These are the built-in libraries of Lua 5.1
|
|
|
|
Plus documentation for lpeg and luafilesystem.
|
|
]]
|
|
file = {'builtin',exclude = {'builtin/globals.lua'}}
|
|
no_summary = true
|
|
no_return_or_parms = true
|
|
format = 'discount'
|