Standard Lua Libraries
Modules
		 std
		 Lua Standard Libraries.
	
			 std.debug
		 Additions to the core debug module.
	
			 std.functional
		 Functional programming.
	
			 std.io
		 Additions to the core io module.
	
			 std.math
		 Additions to the core math module.
	
			 std.operator
		 Functional forms of Lua operators.
	
			 std.package
		 Additions to the core package module.
	
			 std.strict
		 Checks uses of undeclared global variables.
	
			 std.string
		 Additions to the core string module.
	
			 std.table
		 Extensions to the core table module.
	
Classes
		 std.tree
		 Tree container prototype.
	
			 std.container
		 Container prototype.
	
			 std.object
		 Prototype-based objects.
	
			 std.list
		 Tables as lists.
	
			 std.optparse
		 Parse and process command line options.
	
			 std.set
		 Set container prototype.
	
			 std.strbuf
		 String buffers.