lights FAQ Forum github.com/luapower/terra.low

terra.low

Lua+Terra standard library & flat vocabulary of tools


Overview

Package type:Terra
Version:eef4077
Last commit:3 years ago
Releases: None yet.
Platforms: all Terra platforms

Dependencies   This is a combined list of packages required by all modules of this
package on each supported platform, plus binary dependencies if any.
Darker names, if present, represent indirect dependencies.
Purlpe names, if present, represent packages that contain modules that must be already be loaded.

Note: These are only the dependencies required for the modules to load.
Runtime dependencies, if any, are shown separately below.

Tip: You may not need all the dependencies listed here if you are not planning
to use all the modules of the package -- look at per-module dependencies below.
 

Modules     P M

module   language
terra.low Terra
glue  luajit  pp 
terra.memcheck Terra

Runtime Dependencies - Autoloads  
Some modules implement parts of their API in separate sub-modules.
These implementation modules are loaded automatically at runtime
only if and when accessing those APIs. See glue.autoload for how this works.

terra.low implementation module
terra.low.arrview terra.arrayview
terra.low.arr terra.dynarray
terra.low.map terra.hashmap
terra.low.set terra.hashmap
terra.low.random terra.random
terra.low.randomseed terra.random
terra.memcheck implementation module
terra.memcheck.arrview terra.arrayview
terra.memcheck.arr terra.dynarray
terra.memcheck.set terra.hashmap
terra.memcheck.random terra.random
terra.memcheck.randomseed terra.random

Scripts   This is the list of scripts (tests, demos, etc.).
Unlike normal modules, scripts are not run to track dependencies.
Instead, they are just parsed for require() calls.
This means that indirect dependencies are never shown.
  P M

script  
terra.low_test

Docs

name source file
terra.low terra.low

Package:terra.low
Pkg type:Terra
Version: eef4077
Last commit:
Author: Cosmin Apreutesei
License: Public Domain

Requires: glue  luajit  pp  terra.hashmap 


Top