blob: bedcb05f592ce666505e25467169fa8ee62a4cb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
A cross-platform build utility based on Lua
Copyright 2015-2020 The TBOOX Open Source Group
This product includes software developed by The TBOOX Open Source Group (https://tboox.org/).
-------------------------------------------------------------------------------
This product depends on 'lua-cjson', The Lua CJSON module provides JSON support for Lua,
which can be obtained at:
* LICENSE:
* core/src/lua-cjson/lua-cjson/LICENSE (MIT License)
* HOMEPAGE:
* https://www.kyne.com.au/~mark/software/lua-cjson.php
This product depends on 'pdcurses', an implementation of X/Open curses for multiple platforms,
which can be obtained at:
* LICENSE:
* Public Domain License
* HOMEPAGE:
* http://pdcurses.org/
This product depends on 'lcurses/cui', Lua Console User Interface,
which can be obtained at:
* LICENSE:
* core/src/lcurses/LICENSE (MIT License)
* HOMEPAGE:
* http://lua-cui.sourceforge.net/
This product depends on 'libsv', Public domain semantic versioning in c,
which can be obtained at:
* LICENSE:
* core/src/sv/sv/UNLICENSE (Public Domain License)
* HOMEPAGE:
* https://github.com/uael/sv
This product depends on 'LuaJIT', a Just-In-Time Compiler for Lua,
which can be obtained at:
* LICENSE:
* core/src/luajit/luajit/COPYRIGHT (MIT License)
* HOMEPAGE:
* http://luajit.org/
This product depends on 'tbox', The Treasure Box Library,
which can be obtained at:
* LICENSE:
* core/src/tbox/tbox/LICENSE.md (Apache License 2.0)
* HOMEPAGE:
* https://tboox.org/
|