git: 2a288c93ba3e - main - devel/xmake-io: Cross-platform build utility based on Lua

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 16 Mar 2025 10:20:29 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2a288c93ba3e51a4460e893a00450e4fe66f9dd1

commit 2a288c93ba3e51a4460e893a00450e4fe66f9dd1
Author:     Huan Zhou <pericycle.cc@gmail.com>
AuthorDate: 2025-02-10 05:01:00 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-03-16 10:19:27 +0000

    devel/xmake-io: Cross-platform build utility based on Lua
    
    What is Xmake?
    
     - Xmake is a cross-platform build utility based on the Lua scripting language
     - Xmake is very lightweight and has no dependencies outside of
       the standard library.
     - Uses the xmake.lua file to maintain project builds with a simple and
       readable syntax
    
    WWW: https://xmake.io/
    
    PR:             284724
---
 devel/Makefile                           |    1 +
 devel/xmake-io/Makefile                  |   26 +
 devel/xmake-io/distinfo                  |   17 +
 devel/xmake-io/files/patch-core_xmake.sh |   13 +
 devel/xmake-io/pkg-descr                 |    7 +
 devel/xmake-io/pkg-plist                 | 1809 ++++++++++++++++++++++++++++++
 6 files changed, 1873 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 44fecc2ff4ad..8ccfe92c3979 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8391,6 +8391,7 @@
     SUBDIR += xeus-zmq
     SUBDIR += xfce4-dev-tools
     SUBDIR += xmake
+    SUBDIR += xmake-io
     SUBDIR += xmltooling
     SUBDIR += xopcodecalc
     SUBDIR += xorg-macros
diff --git a/devel/xmake-io/Makefile b/devel/xmake-io/Makefile
new file mode 100644
index 000000000000..3deec8ec3459
--- /dev/null
+++ b/devel/xmake-io/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	xmake-io
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.9.8
+CATEGORIES=	devel
+
+MAINTAINER=	pericycle.cc@gmail.com
+COMMENT=	Cross-platform build utility based on Lua
+WWW=		https://xmake.io/
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
+		libsv.so:devel/sv \
+		libtbox.so:devel/tbox
+
+USES=		gmake lua:54 luajit pkgconfig readline
+USE_GITHUB=	yes
+GH_PROJECT=	xmake
+GH_TUPLE=	tboox:tbox:914bd30a5f6faca7a749e7956630dfc6caece0b9:tbox/core/src/tbox/tbox
+
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--external=yes
+MAKEFILE=	makefile
+
+.include <bsd.port.mk>
diff --git a/devel/xmake-io/distinfo b/devel/xmake-io/distinfo
new file mode 100644
index 000000000000..b6d492f2ba23
--- /dev/null
+++ b/devel/xmake-io/distinfo
@@ -0,0 +1,17 @@
+TIMESTAMP = 1739163628
+SHA256 (xmake-io-xmake-v2.9.8_GH0.tar.gz) = e5a45ec7e48d0b0da46ae1729ce64a23341328102083fb0eb66296a4e36835b3
+SIZE (xmake-io-xmake-v2.9.8_GH0.tar.gz) = 2382364
+SHA256 (tboox-tbox-914bd30a5f6faca7a749e7956630dfc6caece0b9_GH0.tar.gz) = 9eff782510a8cb53d7b7c2410203e8245b3a625c484920ce620af5f416dd2cdd
+SIZE (tboox-tbox-914bd30a5f6faca7a749e7956630dfc6caece0b9_GH0.tar.gz) = 864140
+SHA256 (xmake-io-xmake-core-lua-1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3_GH0.tar.gz) = 3ee127e2f1fbe6aa51989926e879fd0a6af7cb3c09230a5f218cf17876ed7ebb
+SIZE (xmake-io-xmake-core-lua-1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3_GH0.tar.gz) = 463358
+SHA256 (xmake-io-xmake-core-lua-cjson-ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e_GH0.tar.gz) = b3f9e04d27ef44c4384130a40231e55e4a2de264346507d385086bb241e4261b
+SIZE (xmake-io-xmake-core-lua-cjson-ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e_GH0.tar.gz) = 67652
+SHA256 (xmake-io-xmake-core-luajit-7cdc078416037cd0a16a79553509a7f153fe629d_GH0.tar.gz) = d041e92dc9d62c66e7bdb969719473a7ca8c5e2c242d9afd8e86ff1ef2533bf4
+SIZE (xmake-io-xmake-core-luajit-7cdc078416037cd0a16a79553509a7f153fe629d_GH0.tar.gz) = 1496833
+SHA256 (xmake-io-xmake-core-lz4-ebb370ca83af193212df4dcbadcc5d87bc0de2f0_GH0.tar.gz) = d5f55838bc07812b35b801e8658fd7ec55143b93c972137cec3eadd94bfa48ee
+SIZE (xmake-io-xmake-core-lz4-ebb370ca83af193212df4dcbadcc5d87bc0de2f0_GH0.tar.gz) = 387677
+SHA256 (xmake-io-xmake-core-pdcurses-5c62af03e9a05e3a3ae8c8354c1234b772dcf4b0_GH0.tar.gz) = 323a9a95ead0c9d5af992bcc8cb30fffc3426cbe12840c77c8dca8969affc227
+SIZE (xmake-io-xmake-core-pdcurses-5c62af03e9a05e3a3ae8c8354c1234b772dcf4b0_GH0.tar.gz) = 364832
+SHA256 (xmake-io-xmake-core-sv-b3363a3cb2f499a735eaebe87a8a3491593e3289_GH0.tar.gz) = d1c9d3d3d663e0eb3501c37c956b696d3ea025528cb69db18e022469fa732572
+SIZE (xmake-io-xmake-core-sv-b3363a3cb2f499a735eaebe87a8a3491593e3289_GH0.tar.gz) = 25869
diff --git a/devel/xmake-io/files/patch-core_xmake.sh b/devel/xmake-io/files/patch-core_xmake.sh
new file mode 100644
index 000000000000..f740061a9b64
--- /dev/null
+++ b/devel/xmake-io/files/patch-core_xmake.sh
@@ -0,0 +1,13 @@
+--- core/xmake.sh.orig	2025-02-04 16:48:40 UTC
++++ core/xmake.sh
+@@ -92,8 +92,8 @@ option_find_lua() {
+     local cflags=""
+     option "lua"
+         # detect lua5.4 on debian
+-        cflags=`pkg-config --cflags lua5.4 2>/dev/null`
+-        ldflags=`pkg-config --libs lua5.4 2>/dev/null`
++        cflags=`pkg-config --cflags lua-5.4 2>/dev/null`
++        ldflags=`pkg-config --libs lua-5.4 2>/dev/null`
+         # detect it on fedora
+         if test_z "${cflags}"; then
+             cflags=`pkg-config --cflags lua 2>/dev/null`
diff --git a/devel/xmake-io/pkg-descr b/devel/xmake-io/pkg-descr
new file mode 100644
index 000000000000..710c5461e7c5
--- /dev/null
+++ b/devel/xmake-io/pkg-descr
@@ -0,0 +1,7 @@
+What is Xmake?
+
+ - Xmake is a cross-platform build utility based on the Lua scripting language
+ - Xmake is very lightweight and has no dependencies outside of
+   the standard library.
+ - Uses the xmake.lua file to maintain project builds with a simple and
+   readable syntax
diff --git a/devel/xmake-io/pkg-plist b/devel/xmake-io/pkg-plist
new file mode 100644
index 000000000000..e475d2515585
--- /dev/null
+++ b/devel/xmake-io/pkg-plist
@@ -0,0 +1,1809 @@
+bin/xmake
+bin/xrepo
+share/xmake/actions/build/build.lua
+share/xmake/actions/build/build_files.lua
+share/xmake/actions/build/check.lua
+share/xmake/actions/build/cleaner.lua
+share/xmake/actions/build/kinds/binary.lua
+share/xmake/actions/build/kinds/linkdepfiles.lua
+share/xmake/actions/build/kinds/moduleonly.lua
+share/xmake/actions/build/kinds/object.lua
+share/xmake/actions/build/kinds/shared.lua
+share/xmake/actions/build/kinds/static.lua
+share/xmake/actions/build/main.lua
+share/xmake/actions/build/xmake.lua
+share/xmake/actions/clean/main.lua
+share/xmake/actions/clean/xmake.lua
+share/xmake/actions/config/configfiles.lua
+share/xmake/actions/config/main.lua
+share/xmake/actions/config/menuconf.lua
+share/xmake/actions/config/scangen.lua
+share/xmake/actions/config/xmake.lua
+share/xmake/actions/create/main.lua
+share/xmake/actions/create/xmake.lua
+share/xmake/actions/global/main.lua
+share/xmake/actions/global/menuconf.lua
+share/xmake/actions/global/xmake.lua
+share/xmake/actions/install/install.lua
+share/xmake/actions/install/install_admin.lua
+share/xmake/actions/install/main.lua
+share/xmake/actions/install/xmake.lua
+share/xmake/actions/package/local/main.lua
+share/xmake/actions/package/main.lua
+share/xmake/actions/package/oldpkg/main.lua
+share/xmake/actions/package/remote/main.lua
+share/xmake/actions/package/xmake.lua
+share/xmake/actions/require/main.lua
+share/xmake/actions/require/xmake.lua
+share/xmake/actions/run/main.lua
+share/xmake/actions/run/xmake.lua
+share/xmake/actions/service/main.lua
+share/xmake/actions/service/xmake.lua
+share/xmake/actions/test/main.lua
+share/xmake/actions/test/xmake.lua
+share/xmake/actions/uninstall/main.lua
+share/xmake/actions/uninstall/uninstall.lua
+share/xmake/actions/uninstall/uninstall_admin.lua
+share/xmake/actions/uninstall/xmake.lua
+share/xmake/actions/update/main.lua
+share/xmake/actions/update/xmake.lua
+share/xmake/core/_xmake_main.lua
+share/xmake/core/base/base64.lua
+share/xmake/core/base/bit.lua
+share/xmake/core/base/bloom_filter.lua
+share/xmake/core/base/bytes.lua
+share/xmake/core/base/cli.lua
+share/xmake/core/base/colors.lua
+share/xmake/core/base/compat/bit.lua
+share/xmake/core/base/compat/env.lua
+share/xmake/core/base/coroutine.lua
+share/xmake/core/base/cpu.lua
+share/xmake/core/base/debugger.lua
+share/xmake/core/base/deprecated.lua
+share/xmake/core/base/dump.lua
+share/xmake/core/base/emoji.lua
+share/xmake/core/base/filter.lua
+share/xmake/core/base/fwatcher.lua
+share/xmake/core/base/global.lua
+share/xmake/core/base/graph.lua
+share/xmake/core/base/hash.lua
+share/xmake/core/base/hashset.lua
+share/xmake/core/base/heap.lua
+share/xmake/core/base/interpreter.lua
+share/xmake/core/base/io.lua
+share/xmake/core/base/json.lua
+share/xmake/core/base/libc.lua
+share/xmake/core/base/linuxos.lua
+share/xmake/core/base/list.lua
+share/xmake/core/base/log.lua
+share/xmake/core/base/macos.lua
+share/xmake/core/base/math.lua
+share/xmake/core/base/memory.lua
+share/xmake/core/base/object.lua
+share/xmake/core/base/option.lua
+share/xmake/core/base/os.lua
+share/xmake/core/base/path.lua
+share/xmake/core/base/pipe.lua
+share/xmake/core/base/poller.lua
+share/xmake/core/base/private/instance_deps.lua
+share/xmake/core/base/private/is_cross.lua
+share/xmake/core/base/private/match_copyfiles.lua
+share/xmake/core/base/private/select_script.lua
+share/xmake/core/base/privilege.lua
+share/xmake/core/base/process.lua
+share/xmake/core/base/profiler.lua
+share/xmake/core/base/scheduler.lua
+share/xmake/core/base/scopeinfo.lua
+share/xmake/core/base/semver.lua
+share/xmake/core/base/serialize.lua
+share/xmake/core/base/signal.lua
+share/xmake/core/base/singleton.lua
+share/xmake/core/base/socket.lua
+share/xmake/core/base/string.lua
+share/xmake/core/base/table.lua
+share/xmake/core/base/task.lua
+share/xmake/core/base/text.lua
+share/xmake/core/base/timer.lua
+share/xmake/core/base/todisplay.lua
+share/xmake/core/base/tty.lua
+share/xmake/core/base/utils.lua
+share/xmake/core/base/winos.lua
+share/xmake/core/base/xmake.lua
+share/xmake/core/cache/detectcache.lua
+share/xmake/core/cache/global_detectcache.lua
+share/xmake/core/cache/globalcache.lua
+share/xmake/core/cache/localcache.lua
+share/xmake/core/cache/memcache.lua
+share/xmake/core/compress/lz4.lua
+share/xmake/core/language/language.lua
+share/xmake/core/language/menu.lua
+share/xmake/core/main.lua
+share/xmake/core/package/component.lua
+share/xmake/core/package/package.lua
+share/xmake/core/package/repository.lua
+share/xmake/core/platform/environment.lua
+share/xmake/core/platform/menu.lua
+share/xmake/core/platform/platform.lua
+share/xmake/core/project/cache.lua
+share/xmake/core/project/config.lua
+share/xmake/core/project/deprecated/project.lua
+share/xmake/core/project/option.lua
+share/xmake/core/project/package.lua
+share/xmake/core/project/policy.lua
+share/xmake/core/project/project.lua
+share/xmake/core/project/rule.lua
+share/xmake/core/project/target.lua
+share/xmake/core/project/template.lua
+share/xmake/core/sandbox/modules/assert.lua
+share/xmake/core/sandbox/modules/catch.lua
+share/xmake/core/sandbox/modules/coroutine.lua
+share/xmake/core/sandbox/modules/cprint.lua
+share/xmake/core/sandbox/modules/cprintf.lua
+share/xmake/core/sandbox/modules/debug.lua
+share/xmake/core/sandbox/modules/dprint.lua
+share/xmake/core/sandbox/modules/dprintf.lua
+share/xmake/core/sandbox/modules/finally.lua
+share/xmake/core/sandbox/modules/find_package.lua
+share/xmake/core/sandbox/modules/find_packages.lua
+share/xmake/core/sandbox/modules/format.lua
+share/xmake/core/sandbox/modules/get_config.lua
+share/xmake/core/sandbox/modules/has_config.lua
+share/xmake/core/sandbox/modules/has_package.lua
+share/xmake/core/sandbox/modules/hash.lua
+share/xmake/core/sandbox/modules/import.lua
+share/xmake/core/sandbox/modules/import/core/base/base64.lua
+share/xmake/core/sandbox/modules/import/core/base/bit.lua
+share/xmake/core/sandbox/modules/import/core/base/bloom_filter.lua
+share/xmake/core/sandbox/modules/import/core/base/bytes.lua
+share/xmake/core/sandbox/modules/import/core/base/cli.lua
+share/xmake/core/sandbox/modules/import/core/base/colors.lua
+share/xmake/core/sandbox/modules/import/core/base/cpu.lua
+share/xmake/core/sandbox/modules/import/core/base/dlist.lua
+share/xmake/core/sandbox/modules/import/core/base/filter.lua
+share/xmake/core/sandbox/modules/import/core/base/fwatcher.lua
+share/xmake/core/sandbox/modules/import/core/base/global.lua
+share/xmake/core/sandbox/modules/import/core/base/graph.lua
+share/xmake/core/sandbox/modules/import/core/base/hashset.lua
+share/xmake/core/sandbox/modules/import/core/base/heap.lua
+share/xmake/core/sandbox/modules/import/core/base/interpreter.lua
+share/xmake/core/sandbox/modules/import/core/base/json.lua
+share/xmake/core/sandbox/modules/import/core/base/libc.lua
+share/xmake/core/sandbox/modules/import/core/base/list.lua
+share/xmake/core/sandbox/modules/import/core/base/memory.lua
+share/xmake/core/sandbox/modules/import/core/base/object.lua
+share/xmake/core/sandbox/modules/import/core/base/option.lua
+share/xmake/core/sandbox/modules/import/core/base/pipe.lua
+share/xmake/core/sandbox/modules/import/core/base/privilege.lua
+share/xmake/core/sandbox/modules/import/core/base/process.lua
+share/xmake/core/sandbox/modules/import/core/base/profiler.lua
+share/xmake/core/sandbox/modules/import/core/base/scheduler.lua
+share/xmake/core/sandbox/modules/import/core/base/semver.lua
+share/xmake/core/sandbox/modules/import/core/base/signal.lua
+share/xmake/core/sandbox/modules/import/core/base/singleton.lua
+share/xmake/core/sandbox/modules/import/core/base/socket.lua
+share/xmake/core/sandbox/modules/import/core/base/task.lua
+share/xmake/core/sandbox/modules/import/core/base/text.lua
+share/xmake/core/sandbox/modules/import/core/base/tty.lua
+share/xmake/core/sandbox/modules/import/core/cache/detectcache.lua
+share/xmake/core/sandbox/modules/import/core/cache/global_detectcache.lua
+share/xmake/core/sandbox/modules/import/core/cache/globalcache.lua
+share/xmake/core/sandbox/modules/import/core/cache/localcache.lua
+share/xmake/core/sandbox/modules/import/core/cache/memcache.lua
+share/xmake/core/sandbox/modules/import/core/compress/lz4.lua
+share/xmake/core/sandbox/modules/import/core/language/language.lua
+share/xmake/core/sandbox/modules/import/core/language/menu.lua
+share/xmake/core/sandbox/modules/import/core/package/package.lua
+share/xmake/core/sandbox/modules/import/core/package/repository.lua
+share/xmake/core/sandbox/modules/import/core/platform/menu.lua
+share/xmake/core/sandbox/modules/import/core/platform/platform.lua
+share/xmake/core/sandbox/modules/import/core/project/config.lua
+share/xmake/core/sandbox/modules/import/core/project/menu.lua
+share/xmake/core/sandbox/modules/import/core/project/option.lua
+share/xmake/core/sandbox/modules/import/core/project/policy.lua
+share/xmake/core/sandbox/modules/import/core/project/project.lua
+share/xmake/core/sandbox/modules/import/core/project/rule.lua
+share/xmake/core/sandbox/modules/import/core/project/target.lua
+share/xmake/core/sandbox/modules/import/core/project/task.lua
+share/xmake/core/sandbox/modules/import/core/project/template.lua
+share/xmake/core/sandbox/modules/import/core/sandbox/module.lua
+share/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua
+share/xmake/core/sandbox/modules/import/core/theme/theme.lua
+share/xmake/core/sandbox/modules/import/core/tool/compiler.lua
+share/xmake/core/sandbox/modules/import/core/tool/linker.lua
+share/xmake/core/sandbox/modules/import/core/tool/toolchain.lua
+share/xmake/core/sandbox/modules/import/core/ui/action.lua
+share/xmake/core/sandbox/modules/import/core/ui/application.lua
+share/xmake/core/sandbox/modules/import/core/ui/border.lua
+share/xmake/core/sandbox/modules/import/core/ui/boxdialog.lua
+share/xmake/core/sandbox/modules/import/core/ui/button.lua
+share/xmake/core/sandbox/modules/import/core/ui/canvas.lua
+share/xmake/core/sandbox/modules/import/core/ui/choicebox.lua
+share/xmake/core/sandbox/modules/import/core/ui/choicedialog.lua
+share/xmake/core/sandbox/modules/import/core/ui/curses.lua
+share/xmake/core/sandbox/modules/import/core/ui/desktop.lua
+share/xmake/core/sandbox/modules/import/core/ui/dialog.lua
+share/xmake/core/sandbox/modules/import/core/ui/event.lua
+share/xmake/core/sandbox/modules/import/core/ui/inputdialog.lua
+share/xmake/core/sandbox/modules/import/core/ui/label.lua
+share/xmake/core/sandbox/modules/import/core/ui/log.lua
+share/xmake/core/sandbox/modules/import/core/ui/mconfdialog.lua
+share/xmake/core/sandbox/modules/import/core/ui/menubar.lua
+share/xmake/core/sandbox/modules/import/core/ui/menuconf.lua
+share/xmake/core/sandbox/modules/import/core/ui/object.lua
+share/xmake/core/sandbox/modules/import/core/ui/panel.lua
+share/xmake/core/sandbox/modules/import/core/ui/point.lua
+share/xmake/core/sandbox/modules/import/core/ui/program.lua
+share/xmake/core/sandbox/modules/import/core/ui/rect.lua
+share/xmake/core/sandbox/modules/import/core/ui/statusbar.lua
+share/xmake/core/sandbox/modules/import/core/ui/textarea.lua
+share/xmake/core/sandbox/modules/import/core/ui/textdialog.lua
+share/xmake/core/sandbox/modules/import/core/ui/textedit.lua
+share/xmake/core/sandbox/modules/import/core/ui/view.lua
+share/xmake/core/sandbox/modules/import/core/ui/window.lua
+share/xmake/core/sandbox/modules/import/lib/detect/find_directory.lua
+share/xmake/core/sandbox/modules/import/lib/detect/find_file.lua
+share/xmake/core/sandbox/modules/import/lib/detect/find_library.lua
+share/xmake/core/sandbox/modules/import/lib/detect/find_path.lua
+share/xmake/core/sandbox/modules/import/lib/detect/find_program.lua
+share/xmake/core/sandbox/modules/import/lib/detect/find_programver.lua
+share/xmake/core/sandbox/modules/import/lib/lni.lua
+share/xmake/core/sandbox/modules/import/lib/lua/package.lua
+share/xmake/core/sandbox/modules/import/lib/luajit/bcsave.lua
+share/xmake/core/sandbox/modules/import/lib/luajit/bit.lua
+share/xmake/core/sandbox/modules/import/lib/luajit/ffi.lua
+share/xmake/core/sandbox/modules/import/lib/luajit/jit.lua
+share/xmake/core/sandbox/modules/import/private/core/base/is_cross.lua
+share/xmake/core/sandbox/modules/import/private/core/base/match_copyfiles.lua
+share/xmake/core/sandbox/modules/import/private/core/base/select_script.lua
+share/xmake/core/sandbox/modules/inherit.lua
+share/xmake/core/sandbox/modules/interpreter/format.lua
+share/xmake/core/sandbox/modules/interpreter/getenv.lua
+share/xmake/core/sandbox/modules/interpreter/hash.lua
+share/xmake/core/sandbox/modules/interpreter/ipairs.lua
+share/xmake/core/sandbox/modules/interpreter/is_host.lua
+share/xmake/core/sandbox/modules/interpreter/is_subhost.lua
+share/xmake/core/sandbox/modules/interpreter/linuxos.lua
+share/xmake/core/sandbox/modules/interpreter/macos.lua
+share/xmake/core/sandbox/modules/interpreter/math.lua
+share/xmake/core/sandbox/modules/interpreter/os.lua
+share/xmake/core/sandbox/modules/interpreter/pairs.lua
+share/xmake/core/sandbox/modules/interpreter/path.lua
+share/xmake/core/sandbox/modules/interpreter/print.lua
+share/xmake/core/sandbox/modules/interpreter/printf.lua
+share/xmake/core/sandbox/modules/interpreter/string.lua
+share/xmake/core/sandbox/modules/interpreter/table.lua
+share/xmake/core/sandbox/modules/interpreter/tonumber.lua
+share/xmake/core/sandbox/modules/interpreter/tostring.lua
+share/xmake/core/sandbox/modules/interpreter/type.lua
+share/xmake/core/sandbox/modules/interpreter/unpack.lua
+share/xmake/core/sandbox/modules/interpreter/winos.lua
+share/xmake/core/sandbox/modules/interpreter/xmake.lua
+share/xmake/core/sandbox/modules/io.lua
+share/xmake/core/sandbox/modules/ipairs.lua
+share/xmake/core/sandbox/modules/irpairs.lua
+share/xmake/core/sandbox/modules/is_arch.lua
+share/xmake/core/sandbox/modules/is_config.lua
+share/xmake/core/sandbox/modules/is_host.lua
+share/xmake/core/sandbox/modules/is_mode.lua
+share/xmake/core/sandbox/modules/is_plat.lua
+share/xmake/core/sandbox/modules/is_subhost.lua
+share/xmake/core/sandbox/modules/linuxos.lua
+share/xmake/core/sandbox/modules/macos.lua
+share/xmake/core/sandbox/modules/math.lua
+share/xmake/core/sandbox/modules/os.lua
+share/xmake/core/sandbox/modules/pairs.lua
+share/xmake/core/sandbox/modules/path.lua
+share/xmake/core/sandbox/modules/print.lua
+share/xmake/core/sandbox/modules/printf.lua
+share/xmake/core/sandbox/modules/raise.lua
+share/xmake/core/sandbox/modules/string.lua
+share/xmake/core/sandbox/modules/table.lua
+share/xmake/core/sandbox/modules/todisplay.lua
+share/xmake/core/sandbox/modules/tonumber.lua
+share/xmake/core/sandbox/modules/tostring.lua
+share/xmake/core/sandbox/modules/try.lua
+share/xmake/core/sandbox/modules/type.lua
+share/xmake/core/sandbox/modules/unpack.lua
+share/xmake/core/sandbox/modules/utils.lua
+share/xmake/core/sandbox/modules/val.lua
+share/xmake/core/sandbox/modules/vformat.lua
+share/xmake/core/sandbox/modules/vprint.lua
+share/xmake/core/sandbox/modules/vprintf.lua
+share/xmake/core/sandbox/modules/winos.lua
+share/xmake/core/sandbox/modules/wprint.lua
+share/xmake/core/sandbox/modules/xmake.lua
+share/xmake/core/sandbox/sandbox.lua
+share/xmake/core/theme/theme.lua
+share/xmake/core/tool/builder.lua
+share/xmake/core/tool/compiler.lua
+share/xmake/core/tool/linker.lua
+share/xmake/core/tool/tool.lua
+share/xmake/core/tool/toolchain.lua
+share/xmake/core/ui/action.lua
+share/xmake/core/ui/application.lua
+share/xmake/core/ui/border.lua
+share/xmake/core/ui/boxdialog.lua
+share/xmake/core/ui/button.lua
+share/xmake/core/ui/canvas.lua
+share/xmake/core/ui/choicebox.lua
+share/xmake/core/ui/choicedialog.lua
+share/xmake/core/ui/curses.lua
+share/xmake/core/ui/desktop.lua
+share/xmake/core/ui/dialog.lua
+share/xmake/core/ui/event.lua
+share/xmake/core/ui/inputdialog.lua
+share/xmake/core/ui/label.lua
+share/xmake/core/ui/log.lua
+share/xmake/core/ui/mconfdialog.lua
+share/xmake/core/ui/menubar.lua
+share/xmake/core/ui/menuconf.lua
+share/xmake/core/ui/object.lua
+share/xmake/core/ui/panel.lua
+share/xmake/core/ui/point.lua
+share/xmake/core/ui/program.lua
+share/xmake/core/ui/rect.lua
+share/xmake/core/ui/scrollbar.lua
+share/xmake/core/ui/statusbar.lua
+share/xmake/core/ui/textarea.lua
+share/xmake/core/ui/textdialog.lua
+share/xmake/core/ui/textedit.lua
+share/xmake/core/ui/view.lua
+share/xmake/core/ui/window.lua
+share/xmake/includes/check/check_bigendian.lua
+share/xmake/includes/check/check_cflags.lua
+share/xmake/includes/check/check_cfuncs.lua
+share/xmake/includes/check/check_cincludes.lua
+share/xmake/includes/check/check_csnippets.lua
+share/xmake/includes/check/check_ctypes.lua
+share/xmake/includes/check/check_cxxflags.lua
+share/xmake/includes/check/check_cxxfuncs.lua
+share/xmake/includes/check/check_cxxincludes.lua
+share/xmake/includes/check/check_cxxsnippets.lua
+share/xmake/includes/check/check_cxxtypes.lua
+share/xmake/includes/check/check_features.lua
+share/xmake/includes/check/check_links.lua
+share/xmake/includes/check/check_macros.lua
+share/xmake/includes/check/check_sizeof.lua
+share/xmake/includes/check/check_syslinks.lua
+share/xmake/includes/check/xmake.lua
+share/xmake/includes/qt/qt_add_static_plugins.lua
+share/xmake/includes/qt/xmake.lua
+share/xmake/includes/xpack/xmake.lua
+share/xmake/includes/xrepo/xmake.lua
+share/xmake/languages/asm/load.lua
+share/xmake/languages/asm/xmake.lua
+share/xmake/languages/c++/check_main.lua
+share/xmake/languages/c++/load.lua
+share/xmake/languages/c++/xmake.lua
+share/xmake/languages/c/check_main.lua
+share/xmake/languages/c/load.lua
+share/xmake/languages/c/xmake.lua
+share/xmake/languages/cuda/check_main.lua
+share/xmake/languages/cuda/load.lua
+share/xmake/languages/cuda/xmake.lua
+share/xmake/languages/dlang/check_main.lua
+share/xmake/languages/dlang/load.lua
+share/xmake/languages/dlang/xmake.lua
+share/xmake/languages/fortran/check_main.lua
+share/xmake/languages/fortran/load.lua
+share/xmake/languages/fortran/xmake.lua
+share/xmake/languages/golang/check_main.lua
+share/xmake/languages/golang/load.lua
+share/xmake/languages/golang/xmake.lua
+share/xmake/languages/msrc/load.lua
+share/xmake/languages/msrc/xmake.lua
+share/xmake/languages/nim/load.lua
+share/xmake/languages/nim/xmake.lua
+share/xmake/languages/objc++/check_main.lua
+share/xmake/languages/objc++/load.lua
+share/xmake/languages/objc++/xmake.lua
+share/xmake/languages/pascal/check_main.lua
+share/xmake/languages/pascal/load.lua
+share/xmake/languages/pascal/xmake.lua
+share/xmake/languages/rust/check_main.lua
+share/xmake/languages/rust/load.lua
+share/xmake/languages/rust/xmake.lua
+share/xmake/languages/swift/load.lua
+share/xmake/languages/swift/xmake.lua
+share/xmake/languages/zig/check_main.lua
+share/xmake/languages/zig/load.lua
+share/xmake/languages/zig/xmake.lua
+share/xmake/modules/async/runjobs.lua
+share/xmake/modules/cli/amalgamate.lua
+share/xmake/modules/cli/archive.lua
+share/xmake/modules/cli/bisect.lua
+share/xmake/modules/cli/extract.lua
+share/xmake/modules/core/base/license.lua
+share/xmake/modules/core/project/depend.lua
+share/xmake/modules/core/tools/ar.lua
+share/xmake/modules/core/tools/ar/has_flags.lua
+share/xmake/modules/core/tools/ar2000.lua
+share/xmake/modules/core/tools/ar6x.lua
+share/xmake/modules/core/tools/armar.lua
+share/xmake/modules/core/tools/armasm.lua
+share/xmake/modules/core/tools/armasm64_msvc.lua
+share/xmake/modules/core/tools/armasm64_msvc/has_flags.lua
+share/xmake/modules/core/tools/armasm_msvc.lua
+share/xmake/modules/core/tools/armasm_msvc/has_flags.lua
+share/xmake/modules/core/tools/armcc.lua
+share/xmake/modules/core/tools/armcc/parse_deps.lua
+share/xmake/modules/core/tools/armclang.lua
+share/xmake/modules/core/tools/armclang/has_flags.lua
+share/xmake/modules/core/tools/armlink.lua
+share/xmake/modules/core/tools/bl51.lua
+share/xmake/modules/core/tools/c51.lua
+share/xmake/modules/core/tools/cc.lua
+share/xmake/modules/core/tools/circle.lua
+share/xmake/modules/core/tools/circle/has_flags.lua
+share/xmake/modules/core/tools/cl.lua
+share/xmake/modules/core/tools/cl/cfeatures.lua
+share/xmake/modules/core/tools/cl/cxxfeatures.lua
+share/xmake/modules/core/tools/cl/features.lua
+share/xmake/modules/core/tools/cl/has_flags.lua
+share/xmake/modules/core/tools/cl/parse_deps.lua
+share/xmake/modules/core/tools/cl/parse_deps_json.lua
+share/xmake/modules/core/tools/cl/parse_include.lua
+share/xmake/modules/core/tools/cl2000.lua
+share/xmake/modules/core/tools/cl2000/has_flags.lua
+share/xmake/modules/core/tools/cl2000/parse_deps.lua
+share/xmake/modules/core/tools/cl6x.lua
+share/xmake/modules/core/tools/cl6x/has_flags.lua
+share/xmake/modules/core/tools/cl6x/parse_deps.lua
+share/xmake/modules/core/tools/cl_json/parse_deps.lua
+share/xmake/modules/core/tools/clang.lua
+share/xmake/modules/core/tools/clang/cfeatures.lua
+share/xmake/modules/core/tools/clang/cxxfeatures.lua
+share/xmake/modules/core/tools/clang/features.lua
+share/xmake/modules/core/tools/clang/has_flags.lua
+share/xmake/modules/core/tools/clang_cl.lua
+share/xmake/modules/core/tools/clang_cl/has_flags.lua
+share/xmake/modules/core/tools/clangxx.lua
+share/xmake/modules/core/tools/clangxx/features.lua
+share/xmake/modules/core/tools/clangxx/has_flags.lua
+share/xmake/modules/core/tools/cosmoar.lua
+share/xmake/modules/core/tools/cosmocc.lua
+share/xmake/modules/core/tools/cosmocc/has_flags.lua
+share/xmake/modules/core/tools/cosmocxx.lua
+share/xmake/modules/core/tools/cosmocxx/has_flags.lua
+share/xmake/modules/core/tools/cparser.lua
+share/xmake/modules/core/tools/cxx.lua
+share/xmake/modules/core/tools/dmd.lua
+share/xmake/modules/core/tools/dmd/has_flags.lua
+share/xmake/modules/core/tools/dpcpp.lua
+share/xmake/modules/core/tools/dpcpp/cfeatures.lua
+share/xmake/modules/core/tools/dpcpp/cxxfeatures.lua
+share/xmake/modules/core/tools/dpcpp/features.lua
+share/xmake/modules/core/tools/dpcpp/has_flags.lua
+share/xmake/modules/core/tools/emar.lua
+share/xmake/modules/core/tools/emcc.lua
+share/xmake/modules/core/tools/emcc/has_flags.lua
+share/xmake/modules/core/tools/emxx.lua
+share/xmake/modules/core/tools/emxx/has_flags.lua
+share/xmake/modules/core/tools/fasm.lua
+share/xmake/modules/core/tools/fpc.lua
+share/xmake/modules/core/tools/fpc/has_flags.lua
+share/xmake/modules/core/tools/gcc.lua
+share/xmake/modules/core/tools/gcc/cfeatures.lua
+share/xmake/modules/core/tools/gcc/cxxfeatures.lua
+share/xmake/modules/core/tools/gcc/features.lua
+share/xmake/modules/core/tools/gcc/has_flags.lua
+share/xmake/modules/core/tools/gcc/parse_deps.lua
+share/xmake/modules/core/tools/gcc_ar.lua
+share/xmake/modules/core/tools/gccgo.lua
+share/xmake/modules/core/tools/gccgo/has_flags.lua
+share/xmake/modules/core/tools/gdc.lua
+share/xmake/modules/core/tools/gdc/has_flags.lua
+share/xmake/modules/core/tools/gfortran.lua
+share/xmake/modules/core/tools/gfortran/has_flags.lua
+share/xmake/modules/core/tools/go.lua
+share/xmake/modules/core/tools/go/has_flags.lua
+share/xmake/modules/core/tools/gxx.lua
+share/xmake/modules/core/tools/gxx/features.lua
+share/xmake/modules/core/tools/gxx/has_flags.lua
+share/xmake/modules/core/tools/iarchive.lua
+share/xmake/modules/core/tools/icc.lua
+share/xmake/modules/core/tools/icc/has_flags.lua
+share/xmake/modules/core/tools/iccarm.lua
+share/xmake/modules/core/tools/iccarm/has_flags.lua
+share/xmake/modules/core/tools/icl.lua
+share/xmake/modules/core/tools/icl/has_flags.lua
+share/xmake/modules/core/tools/icpc.lua
+share/xmake/modules/core/tools/icpc/has_flags.lua
+share/xmake/modules/core/tools/icpx.lua
+share/xmake/modules/core/tools/icpx/features.lua
+share/xmake/modules/core/tools/icpx/has_flags.lua
+share/xmake/modules/core/tools/icx.lua
+share/xmake/modules/core/tools/icx/cfeatures.lua
+share/xmake/modules/core/tools/icx/cxxfeatures.lua
+share/xmake/modules/core/tools/icx/features.lua
+share/xmake/modules/core/tools/icx/has_flags.lua
+share/xmake/modules/core/tools/ifort.lua
+share/xmake/modules/core/tools/ifort/has_flags.lua
+share/xmake/modules/core/tools/ifx.lua
+share/xmake/modules/core/tools/ifx/has_flags.lua
+share/xmake/modules/core/tools/ilinkarm.lua
+share/xmake/modules/core/tools/ld.lua
+share/xmake/modules/core/tools/ld64_lld.lua
+share/xmake/modules/core/tools/ld_lld.lua
+share/xmake/modules/core/tools/ldc2.lua
+share/xmake/modules/core/tools/ldc2/has_flags.lua
+share/xmake/modules/core/tools/link.lua
+share/xmake/modules/core/tools/link/has_flags.lua
+share/xmake/modules/core/tools/lld_link.lua
+share/xmake/modules/core/tools/llvm_ar.lua
+share/xmake/modules/core/tools/llvm_rc.lua
+share/xmake/modules/core/tools/ml.lua
+share/xmake/modules/core/tools/ml/has_flags.lua
+share/xmake/modules/core/tools/ml64.lua
+share/xmake/modules/core/tools/ml64/has_flags.lua
+share/xmake/modules/core/tools/mold.lua
+share/xmake/modules/core/tools/nasm.lua
+share/xmake/modules/core/tools/nim.lua
+share/xmake/modules/core/tools/nim/has_flags.lua
+share/xmake/modules/core/tools/nvc.lua
+share/xmake/modules/core/tools/nvc/features.lua
+share/xmake/modules/core/tools/nvc/has_flags.lua
+share/xmake/modules/core/tools/nvcc.lua
+share/xmake/modules/core/tools/nvcc/has_flags.lua
+share/xmake/modules/core/tools/nvcxx.lua
+share/xmake/modules/core/tools/nvcxx/features.lua
+share/xmake/modules/core/tools/nvcxx/has_flags.lua
+share/xmake/modules/core/tools/nvfortran.lua
+share/xmake/modules/core/tools/nvfortran/has_flags.lua
+share/xmake/modules/core/tools/rc.lua
+share/xmake/modules/core/tools/rc/has_flags.lua
+share/xmake/modules/core/tools/rc/parse_deps.lua
+share/xmake/modules/core/tools/rustc.lua
+share/xmake/modules/core/tools/rustc/has_flags.lua
+share/xmake/modules/core/tools/sdar.lua
+share/xmake/modules/core/tools/sdasstm8.lua
+share/xmake/modules/core/tools/sdcc.lua
+share/xmake/modules/core/tools/sdcc/has_flags.lua
+share/xmake/modules/core/tools/swift_frontend.lua
+share/xmake/modules/core/tools/swift_frontend/has_flags.lua
+share/xmake/modules/core/tools/swiftc.lua
+share/xmake/modules/core/tools/swiftc/has_flags.lua
+share/xmake/modules/core/tools/tcc.lua
+share/xmake/modules/core/tools/tcc/has_flags.lua
+share/xmake/modules/core/tools/windres.lua
+share/xmake/modules/core/tools/yasm.lua
+share/xmake/modules/core/tools/zig.lua
+share/xmake/modules/core/tools/zig/has_flags.lua
+share/xmake/modules/core/tools/zig_cc.lua
+share/xmake/modules/core/tools/zig_cc/features.lua
+share/xmake/modules/core/tools/zig_cc/has_flags.lua
+share/xmake/modules/core/tools/zig_cxx.lua
+share/xmake/modules/core/tools/zig_cxx/features.lua
+share/xmake/modules/core/tools/zig_cxx/has_flags.lua
+share/xmake/modules/detect/packages/find_libxml2.lua
+share/xmake/modules/detect/packages/find_mbedtls.lua
+share/xmake/modules/detect/packages/find_mkl.lua
+share/xmake/modules/detect/packages/find_mysql.lua
+share/xmake/modules/detect/packages/find_nvtx.lua
+share/xmake/modules/detect/packages/find_openssl.lua
+share/xmake/modules/detect/packages/find_pcre.lua
+share/xmake/modules/detect/packages/find_pcre2.lua
+share/xmake/modules/detect/packages/find_tbb.lua
+share/xmake/modules/detect/packages/find_vulkansdk.lua
+share/xmake/modules/detect/packages/find_zlib.lua
+share/xmake/modules/detect/sdks/find_android_sdk.lua
+share/xmake/modules/detect/sdks/find_c51.lua
+share/xmake/modules/detect/sdks/find_cross_toolchain.lua
+share/xmake/modules/detect/sdks/find_cuda.lua
+share/xmake/modules/detect/sdks/find_dotnet.lua
+share/xmake/modules/detect/sdks/find_emsdk.lua
+share/xmake/modules/detect/sdks/find_hdk.lua
+share/xmake/modules/detect/sdks/find_iarsdk.lua
+share/xmake/modules/detect/sdks/find_iccenv.lua
+share/xmake/modules/detect/sdks/find_icxenv.lua
+share/xmake/modules/detect/sdks/find_ifortenv.lua
+share/xmake/modules/detect/sdks/find_ifxenv.lua
+share/xmake/modules/detect/sdks/find_masm32.lua
+share/xmake/modules/detect/sdks/find_matlab.lua
+share/xmake/modules/detect/sdks/find_matlab_runtime.lua
+share/xmake/modules/detect/sdks/find_mdk.lua
+share/xmake/modules/detect/sdks/find_mingw.lua
+share/xmake/modules/detect/sdks/find_ndk.lua
+share/xmake/modules/detect/sdks/find_qt.lua
+share/xmake/modules/detect/sdks/find_sdasstm8.lua
+share/xmake/modules/detect/sdks/find_vcpkgdir.lua
+share/xmake/modules/detect/sdks/find_vstudio.lua
+share/xmake/modules/detect/sdks/find_vulkansdk.lua
+share/xmake/modules/detect/sdks/find_wasisdk.lua
+share/xmake/modules/detect/sdks/find_wdk.lua
+share/xmake/modules/detect/sdks/find_xcode.lua
+share/xmake/modules/detect/sdks/matlab.lua
+share/xmake/modules/detect/tools/find_7z.lua
+share/xmake/modules/detect/tools/find_apt.lua
+share/xmake/modules/detect/tools/find_aqt.lua
+share/xmake/modules/detect/tools/find_ar.lua
+share/xmake/modules/detect/tools/find_ar2000.lua
+share/xmake/modules/detect/tools/find_ar6x.lua
+share/xmake/modules/detect/tools/find_armar.lua
+share/xmake/modules/detect/tools/find_armasm.lua
+share/xmake/modules/detect/tools/find_armasm64_msvc.lua
+share/xmake/modules/detect/tools/find_armasm_msvc.lua
+share/xmake/modules/detect/tools/find_armcc.lua
+share/xmake/modules/detect/tools/find_armclang.lua
+share/xmake/modules/detect/tools/find_armlink.lua
+share/xmake/modules/detect/tools/find_asm6x.lua
+share/xmake/modules/detect/tools/find_asn1c.lua
+share/xmake/modules/detect/tools/find_bash.lua
+share/xmake/modules/detect/tools/find_bazel.lua
+share/xmake/modules/detect/tools/find_bison.lua
+share/xmake/modules/detect/tools/find_bl51.lua
+share/xmake/modules/detect/tools/find_brew.lua
+share/xmake/modules/detect/tools/find_bzip2.lua
+share/xmake/modules/detect/tools/find_c51.lua
+share/xmake/modules/detect/tools/find_cargo.lua
+share/xmake/modules/detect/tools/find_cc.lua
+share/xmake/modules/detect/tools/find_ccache.lua
+share/xmake/modules/detect/tools/find_circle.lua
+share/xmake/modules/detect/tools/find_cl.lua
+share/xmake/modules/detect/tools/find_cl2000.lua
+share/xmake/modules/detect/tools/find_cl6x.lua
+share/xmake/modules/detect/tools/find_clang.lua
+share/xmake/modules/detect/tools/find_clang_cl.lua
+share/xmake/modules/detect/tools/find_clang_format.lua
+share/xmake/modules/detect/tools/find_clang_scan_deps.lua
+share/xmake/modules/detect/tools/find_clang_tidy.lua
+share/xmake/modules/detect/tools/find_clangxx.lua
+share/xmake/modules/detect/tools/find_clib.lua
+share/xmake/modules/detect/tools/find_cmake.lua
+share/xmake/modules/detect/tools/find_codesign.lua
+share/xmake/modules/detect/tools/find_conan.lua
+share/xmake/modules/detect/tools/find_conda.lua
+share/xmake/modules/detect/tools/find_cosmoar.lua
+share/xmake/modules/detect/tools/find_cosmocc.lua
+share/xmake/modules/detect/tools/find_cosmocxx.lua
+share/xmake/modules/detect/tools/find_cparser.lua
+share/xmake/modules/detect/tools/find_cpp.lua
+share/xmake/modules/detect/tools/find_cudagdb.lua
+share/xmake/modules/detect/tools/find_cudamemcheck.lua
+share/xmake/modules/detect/tools/find_curl.lua
+share/xmake/modules/detect/tools/find_cxx.lua
+share/xmake/modules/detect/tools/find_cxxbridge.lua
+share/xmake/modules/detect/tools/find_debuild.lua
+share/xmake/modules/detect/tools/find_devenv.lua
+share/xmake/modules/detect/tools/find_dmd.lua
+share/xmake/modules/detect/tools/find_doxygen.lua
+share/xmake/modules/detect/tools/find_dpcpp.lua
+share/xmake/modules/detect/tools/find_dsymutil.lua
+share/xmake/modules/detect/tools/find_dub.lua
+share/xmake/modules/detect/tools/find_dumpbin.lua
+share/xmake/modules/detect/tools/find_dxc.lua
+share/xmake/modules/detect/tools/find_emar.lua
+share/xmake/modules/detect/tools/find_emcc.lua
+share/xmake/modules/detect/tools/find_emxx.lua
+share/xmake/modules/detect/tools/find_fasm.lua
+share/xmake/modules/detect/tools/find_flex.lua
+share/xmake/modules/detect/tools/find_fpc.lua
+share/xmake/modules/detect/tools/find_gcc.lua
+share/xmake/modules/detect/tools/find_gcc_ar.lua
+share/xmake/modules/detect/tools/find_gccgo.lua
+share/xmake/modules/detect/tools/find_gdb.lua
+share/xmake/modules/detect/tools/find_gdc.lua
+share/xmake/modules/detect/tools/find_gfortran.lua
+share/xmake/modules/detect/tools/find_git.lua
+share/xmake/modules/detect/tools/find_glslangValidator.lua
+share/xmake/modules/detect/tools/find_glslc.lua
+share/xmake/modules/detect/tools/find_gn.lua
+share/xmake/modules/detect/tools/find_go.lua
+share/xmake/modules/detect/tools/find_gxx.lua
+share/xmake/modules/detect/tools/find_gzip.lua
+share/xmake/modules/detect/tools/find_iarchive.lua
+share/xmake/modules/detect/tools/find_iasmarm.lua
+share/xmake/modules/detect/tools/find_icc.lua
+share/xmake/modules/detect/tools/find_iccarm.lua
+share/xmake/modules/detect/tools/find_icl.lua
+share/xmake/modules/detect/tools/find_icpc.lua
+share/xmake/modules/detect/tools/find_icpx.lua
+share/xmake/modules/detect/tools/find_icx.lua
+share/xmake/modules/detect/tools/find_ideviceinstaller.lua
+share/xmake/modules/detect/tools/find_ifort.lua
+share/xmake/modules/detect/tools/find_ifx.lua
+share/xmake/modules/detect/tools/find_ilinkarm.lua
+share/xmake/modules/detect/tools/find_iverilog.lua
+share/xmake/modules/detect/tools/find_jom.lua
+share/xmake/modules/detect/tools/find_ld.lua
+share/xmake/modules/detect/tools/find_ld64_lld.lua
+share/xmake/modules/detect/tools/find_ld_lld.lua
+share/xmake/modules/detect/tools/find_ldc2.lua
+share/xmake/modules/detect/tools/find_lex.lua
+share/xmake/modules/detect/tools/find_lib.lua
+share/xmake/modules/detect/tools/find_link.lua
+share/xmake/modules/detect/tools/find_lipo.lua
+share/xmake/modules/detect/tools/find_lld_link.lua
+share/xmake/modules/detect/tools/find_lldb.lua
+share/xmake/modules/detect/tools/find_llvm_ar.lua
+share/xmake/modules/detect/tools/find_llvm_as.lua
+share/xmake/modules/detect/tools/find_llvm_rc.lua
+share/xmake/modules/detect/tools/find_lua.lua
+share/xmake/modules/detect/tools/find_luajit.lua
+share/xmake/modules/detect/tools/find_make.lua
+share/xmake/modules/detect/tools/find_meson.lua
+share/xmake/modules/detect/tools/find_metal.lua
+share/xmake/modules/detect/tools/find_metallib.lua
+share/xmake/modules/detect/tools/find_ml.lua
+share/xmake/modules/detect/tools/find_ml64.lua
+share/xmake/modules/detect/tools/find_mold.lua
+share/xmake/modules/detect/tools/find_msbuild.lua
+share/xmake/modules/detect/tools/find_nasm.lua
+share/xmake/modules/detect/tools/find_nim.lua
+share/xmake/modules/detect/tools/find_nimble.lua
+share/xmake/modules/detect/tools/find_ninja.lua
+share/xmake/modules/detect/tools/find_nmake.lua
+share/xmake/modules/detect/tools/find_nmap.lua
+share/xmake/modules/detect/tools/find_nvc.lua
+share/xmake/modules/detect/tools/find_nvcc.lua
+share/xmake/modules/detect/tools/find_nvcxx.lua
+share/xmake/modules/detect/tools/find_nvfortran.lua
+share/xmake/modules/detect/tools/find_objcopy.lua
+share/xmake/modules/detect/tools/find_oh51.lua
+share/xmake/modules/detect/tools/find_ollydbg.lua
+share/xmake/modules/detect/tools/find_pacman.lua
+share/xmake/modules/detect/tools/find_patch.lua
+share/xmake/modules/detect/tools/find_perl.lua
+share/xmake/modules/detect/tools/find_ping.lua
+share/xmake/modules/detect/tools/find_pkg_config.lua
+share/xmake/modules/detect/tools/find_pkgconf.lua
+share/xmake/modules/detect/tools/find_powershell.lua
+share/xmake/modules/detect/tools/find_pwsh.lua
+share/xmake/modules/detect/tools/find_python.lua
+share/xmake/modules/detect/tools/find_python2.lua
+share/xmake/modules/detect/tools/find_python3.lua
+share/xmake/modules/detect/tools/find_qmake.lua
+share/xmake/modules/detect/tools/find_raddbg.lua
+share/xmake/modules/detect/tools/find_ranlib.lua
+share/xmake/modules/detect/tools/find_rc.lua
+share/xmake/modules/detect/tools/find_renderdoc.lua
+share/xmake/modules/detect/tools/find_rpm.lua
+share/xmake/modules/detect/tools/find_rustc.lua
+share/xmake/modules/detect/tools/find_scons.lua
+share/xmake/modules/detect/tools/find_sdar.lua
+share/xmake/modules/detect/tools/find_sdcc.lua
+share/xmake/modules/detect/tools/find_strip.lua
+share/xmake/modules/detect/tools/find_sudo.lua
+share/xmake/modules/detect/tools/find_swift_frontend.lua
+share/xmake/modules/detect/tools/find_swiftc.lua
+share/xmake/modules/detect/tools/find_swig.lua
+share/xmake/modules/detect/tools/find_tar.lua
+share/xmake/modules/detect/tools/find_tcc.lua
+share/xmake/modules/detect/tools/find_tclsh.lua
+share/xmake/modules/detect/tools/find_unzip.lua
+share/xmake/modules/detect/tools/find_valac.lua
+share/xmake/modules/detect/tools/find_vcpkg.lua
+share/xmake/modules/detect/tools/find_verilator.lua
+share/xmake/modules/detect/tools/find_vsjitdebugger.lua
+share/xmake/modules/detect/tools/find_vswhere.lua
+share/xmake/modules/detect/tools/find_vvp.lua
+share/xmake/modules/detect/tools/find_wasm_ld.lua
+share/xmake/modules/detect/tools/find_wget.lua
+share/xmake/modules/detect/tools/find_where.lua
+share/xmake/modules/detect/tools/find_windbg.lua
+share/xmake/modules/detect/tools/find_windres.lua
+share/xmake/modules/detect/tools/find_wine.lua
+share/xmake/modules/detect/tools/find_x64dbg.lua
+share/xmake/modules/detect/tools/find_xrepo.lua
+share/xmake/modules/detect/tools/find_xz.lua
+share/xmake/modules/detect/tools/find_yacc.lua
+share/xmake/modules/detect/tools/find_yasm.lua
+share/xmake/modules/detect/tools/find_yum.lua
+share/xmake/modules/detect/tools/find_zig.lua
+share/xmake/modules/detect/tools/find_zig_cc.lua
+share/xmake/modules/detect/tools/find_zig_cxx.lua
+share/xmake/modules/detect/tools/find_zip.lua
+share/xmake/modules/detect/tools/find_zypper.lua
+share/xmake/modules/devel/debugger/run.lua
+share/xmake/modules/devel/git/apply.lua
+share/xmake/modules/devel/git/asgiturl.lua
+share/xmake/modules/devel/git/branch.lua
+share/xmake/modules/devel/git/branches.lua
+share/xmake/modules/devel/git/checkout.lua
+share/xmake/modules/devel/git/checkurl.lua
+share/xmake/modules/devel/git/clean.lua
+share/xmake/modules/devel/git/clone.lua
+share/xmake/modules/devel/git/init.lua
+share/xmake/modules/devel/git/lastcommit.lua
+share/xmake/modules/devel/git/ls_remote.lua
+share/xmake/modules/devel/git/pull.lua
+share/xmake/modules/devel/git/push.lua
+share/xmake/modules/devel/git/refs.lua
+share/xmake/modules/devel/git/reset.lua
+share/xmake/modules/devel/git/submodule/clean.lua
+share/xmake/modules/devel/git/submodule/reset.lua
+share/xmake/modules/devel/git/submodule/update.lua
+share/xmake/modules/devel/git/tags.lua
+share/xmake/modules/lib/detect/check_bigendian.lua
+share/xmake/modules/lib/detect/check_csnippets.lua
+share/xmake/modules/lib/detect/check_cxsnippets.lua
+share/xmake/modules/lib/detect/check_cxxsnippets.lua
+share/xmake/modules/lib/detect/check_fcsnippets.lua
+share/xmake/modules/lib/detect/check_importfiles.lua
+share/xmake/modules/lib/detect/check_msnippets.lua
+share/xmake/modules/lib/detect/check_mxxsnippets.lua
+share/xmake/modules/lib/detect/check_sizeof.lua
+share/xmake/modules/lib/detect/features.lua
+share/xmake/modules/lib/detect/find_cudadevices.lua
+share/xmake/modules/lib/detect/find_package.lua
+share/xmake/modules/lib/detect/find_tool.lua
+share/xmake/modules/lib/detect/find_toolname.lua
+share/xmake/modules/lib/detect/has_cfuncs.lua
+share/xmake/modules/lib/detect/has_cincludes.lua
+share/xmake/modules/lib/detect/has_ctypes.lua
+share/xmake/modules/lib/detect/has_cxxfuncs.lua
+share/xmake/modules/lib/detect/has_cxxincludes.lua
+share/xmake/modules/lib/detect/has_cxxtypes.lua
+share/xmake/modules/lib/detect/has_features.lua
+share/xmake/modules/lib/detect/has_flags.lua
+share/xmake/modules/lib/detect/pkgconfig.lua
+share/xmake/modules/net/fasturl.lua
+share/xmake/modules/net/http/download.lua
+share/xmake/modules/net/ping.lua
+share/xmake/modules/net/proxy.lua
+share/xmake/modules/os/winver.lua
+share/xmake/modules/package/manager/apt/find_package.lua
+share/xmake/modules/package/manager/apt/install_package.lua
+share/xmake/modules/package/manager/apt/search_package.lua
+share/xmake/modules/package/manager/brew/find_package.lua
+share/xmake/modules/package/manager/brew/install_package.lua
*** 960 LINES SKIPPED ***