File tree Expand file tree Collapse file tree 2 files changed +27
-225
lines changed
Expand file tree Collapse file tree 2 files changed +27
-225
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ package = " VMSL"
2+ version = " 1.0-4"
3+ source = {
4+ url = " git+https://github.com/pessoa736/VectorAndMatrixSystemLua" ,
5+ tag = " v1.0"
6+ }
7+ description = {
8+ summary = " Lua library for N-dimensional vectors and matrices. Lua modules API (require), experimental." ,
9+ detailed = [[
10+ Vector and Matrix System (Lua) — a simple library to create and manipulate
11+ mathematical vectors and matrices in N dimensions. Focused on practical use
12+ (games/simulations). Interfaces are still evolving; there is no stable API yet.
13+ API type: Lua modules accessed via `require`. Work in progress.
14+ ]] ,
15+ homepage = " https://github.com/pessoa736/VectorAndMatrixSystemLua" ,
16+ license = " MIT"
17+ }
18+ dependencies = {
19+ " lua >= 5.4"
20+ }
21+ build = {
22+ type = " builtin" ,
23+ modules = {
24+ matrix = " matrix/core.lua" ,
25+ vectors = " vectors/core.lua"
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments