blob: 04a4701141561b742fcc69f4be3c2cc77c57b250 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[config]
description = 'A string describing some compile-time configurations for packages.'
[cpath]
description = 'The path used by `require` to search for a C loader.'
[loaded]
description = 'A table used by `require` to control which modules are already loaded.'
[loadlib]
description = 'Dynamically links the host program with the C library `libname`.'
[path]
description = 'The path used by `require` to search for a Lua loader.'
[preload]
description = 'A table to store loaders for specific modules.'
[searchers]
description = 'A table used by `require` to control how to load modules.'
[searchpath]
description = 'Searches for the given `name` in the given `path`.'
|