minor cleanups and fixes
notably: remove the broken socket module and remove CALLISTO_OSLIBNAME and CALLISTO_MATHLIBNAME
This commit is contained in:
parent
a4d229b812
commit
dfe3e57d1c
52 changed files with 62 additions and 7117 deletions
17
config.ld
17
config.ld
|
@ -1,19 +1,16 @@
|
|||
project = "Callisto"
|
||||
title = "Callisto library documentation"
|
||||
description = "Callisto - A featureful runtime for Lua 5.4"
|
||||
description = "standalone scripting platform for Lua 5.4"
|
||||
full_description = [[
|
||||
Callisto is a runtime for Lua 5.4 that includes
|
||||
many useful libraries relating to file manipulation,
|
||||
processes and signals, networking & sockets,
|
||||
command-line option parsing, environment
|
||||
variables and more. It is designed to make
|
||||
Lua into a general purpose standalone scripting
|
||||
language, but that doesn't mean you can't embed
|
||||
it into your own program.
|
||||
Callisto is a scripting interpreter for Lua 5.4 which
|
||||
includes many useful libraries relating to file system
|
||||
manipulation, processes and signals, command-line
|
||||
argument parsing, environment variables and more.
|
||||
It is designed to make Lua into a general purpose
|
||||
standalone scripting language, which anyone can use.
|
||||
]]
|
||||
dir = "doc"
|
||||
format = "markdown"
|
||||
--style = "."
|
||||
|
||||
file = {
|
||||
".",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue