|
| 1 | +package = "vstruct" |
| 2 | +version = "2.1.1-1" |
| 3 | +source = { |
| 4 | + url = "git+https://github.com/ToxicFrog/vstruct.git", |
| 5 | + tag = "v2.1.1" |
| 6 | +} |
| 7 | +description = { |
| 8 | + summary = "Lua library to manipulate binary data", |
| 9 | + homepage = "https://github.com/ToxicFrog/vstruct", |
| 10 | +} |
| 11 | +dependencies = { |
| 12 | + "lua >= 5.1, <= 5.3" |
| 13 | +} |
| 14 | +build = { |
| 15 | + type = "builtin", |
| 16 | + modules = { |
| 17 | + ["vstruct.api"] = "api.lua", |
| 18 | + ["vstruct.ast"] = "ast.lua", |
| 19 | + ["vstruct.ast.Bitpack"] = "ast/Bitpack.lua", |
| 20 | + ["vstruct.ast.IO"] = "ast/IO.lua", |
| 21 | + ["vstruct.ast.List"] = "ast/List.lua", |
| 22 | + ["vstruct.ast.Name"] = "ast/Name.lua", |
| 23 | + ["vstruct.ast.Node"] = "ast/Node.lua", |
| 24 | + ["vstruct.ast.Repeat"] = "ast/Repeat.lua", |
| 25 | + ["vstruct.ast.Root"] = "ast/Root.lua", |
| 26 | + ["vstruct.ast.Table"] = "ast/Table.lua", |
| 27 | + ["vstruct.compat1x"] = "compat1x.lua", |
| 28 | + ["vstruct.cursor"] = "cursor.lua", |
| 29 | + ["vstruct.frexp"] = "frexp.lua", |
| 30 | + ["vstruct"] = "init.lua", |
| 31 | + ["vstruct.io"] = "io.lua", |
| 32 | + ["vstruct.io.a"] = "io/a.lua", |
| 33 | + ["vstruct.io.b"] = "io/b.lua", |
| 34 | + ["vstruct.io.bigendian"] = "io/bigendian.lua", |
| 35 | + ["vstruct.io.c"] = "io/c.lua", |
| 36 | + ["vstruct.io.defaults"] = "io/defaults.lua", |
| 37 | + ["vstruct.io.endianness"] = "io/endianness.lua", |
| 38 | + ["vstruct.io.f"] = "io/f.lua", |
| 39 | + ["vstruct.io.hostendian"] = "io/hostendian.lua", |
| 40 | + ["vstruct.io.i"] = "io/i.lua", |
| 41 | + ["vstruct.io.littleendian"] = "io/littleendian.lua", |
| 42 | + ["vstruct.io.m"] = "io/m.lua", |
| 43 | + ["vstruct.io.p"] = "io/p.lua", |
| 44 | + ["vstruct.io.s"] = "io/s.lua", |
| 45 | + ["vstruct.io.seekb"] = "io/seekb.lua", |
| 46 | + ["vstruct.io.seekf"] = "io/seekf.lua", |
| 47 | + ["vstruct.io.seekto"] = "io/seekto.lua", |
| 48 | + ["vstruct.io.u"] = "io/u.lua", |
| 49 | + ["vstruct.io.x"] = "io/x.lua", |
| 50 | + ["vstruct.io.z"] = "io/z.lua", |
| 51 | + ["vstruct.lexer"] = "lexer.lua", |
| 52 | + } |
| 53 | +} |
0 commit comments