From 0c06ba333dce3fe81c3c854fa1f2edcbe2800e85 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 4 Mar 2025 02:22:37 -0300 Subject: [wip] commit bootstrap files --- gen/gen.h | 831 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 831 insertions(+) create mode 100644 gen/gen.h (limited to 'gen/gen.h') diff --git a/gen/gen.h b/gen/gen.h new file mode 100644 index 00000000..e598d2bc --- /dev/null +++ b/gen/gen.h @@ -0,0 +1,831 @@ +/* automatically generated by bootstrap.tl */ + +#include "gen/lua/compat53/module.h" +#include "gen/lua/compat53/init.h" +#include "gen/lua/compat53/file_mt.h" +#include "gen/lua/luarocks/test/busted.h" +#include "gen/lua/luarocks/test/command.h" +#include "gen/lua/luarocks/deplocks.h" +#include "gen/lua/luarocks/fs.h" +#include "gen/lua/luarocks/fetch.h" +#include "gen/lua/luarocks/search.h" +#include "gen/lua/luarocks/config.h" +#include "gen/lua/luarocks/repos.h" +#include "gen/lua/luarocks/test.h" +#include "gen/lua/luarocks/dir.h" +#include "gen/lua/luarocks/deps.h" +#include "gen/lua/luarocks/build.h" +#include "gen/lua/luarocks/fetch/git_http.h" +#include "gen/lua/luarocks/fetch/hg_https.h" +#include "gen/lua/luarocks/fetch/svn.h" +#include "gen/lua/luarocks/fetch/hg.h" +#include "gen/lua/luarocks/fetch/git.h" +#include "gen/lua/luarocks/fetch/hg_http.h" +#include "gen/lua/luarocks/fetch/cvs.h" +#include "gen/lua/luarocks/fetch/git_file.h" +#include "gen/lua/luarocks/fetch/git_https.h" +#include "gen/lua/luarocks/fetch/git_ssh.h" +#include "gen/lua/luarocks/fetch/hg_ssh.h" +#include "gen/lua/luarocks/fetch/sscm.h" +#include "gen/lua/luarocks/cmd.h" +#include "gen/lua/luarocks/admin/cmd/refresh_cache.h" +#include "gen/lua/luarocks/admin/cmd/make_manifest.h" +#include "gen/lua/luarocks/admin/cmd/remove.h" +#include "gen/lua/luarocks/admin/cmd/add.h" +#include "gen/lua/luarocks/admin/index.h" +#include "gen/lua/luarocks/admin/cache.h" +#include "gen/lua/luarocks/cmd/search.h" +#include "gen/lua/luarocks/cmd/config.h" +#include "gen/lua/luarocks/cmd/write_rockspec.h" +#include "gen/lua/luarocks/cmd/unpack.h" +#include "gen/lua/luarocks/cmd/test.h" +#include "gen/lua/luarocks/cmd/show.h" +#include "gen/lua/luarocks/cmd/build.h" +#include "gen/lua/luarocks/cmd/remove.h" +#include "gen/lua/luarocks/cmd/install.h" +#include "gen/lua/luarocks/cmd/purge.h" +#include "gen/lua/luarocks/cmd/init.h" +#include "gen/lua/luarocks/cmd/upload.h" +#include "gen/lua/luarocks/cmd/make.h" +#include "gen/lua/luarocks/cmd/download.h" +#include "gen/lua/luarocks/cmd/lint.h" +#include "gen/lua/luarocks/cmd/list.h" +#include "gen/lua/luarocks/cmd/pack.h" +#include "gen/lua/luarocks/cmd/doc.h" +#include "gen/lua/luarocks/cmd/which.h" +#include "gen/lua/luarocks/cmd/path.h" +#include "gen/lua/luarocks/cmd/new_version.h" +#include "gen/lua/luarocks/remove.h" +#include "gen/lua/luarocks/vendor/dkjson.h" +#include "gen/lua/luarocks/vendor/argparse.h" +#include "gen/lua/luarocks/fs/win32.h" +#include "gen/lua/luarocks/fs/unix.h" +#include "gen/lua/luarocks/fs/win32/tools.h" +#include "gen/lua/luarocks/fs/unix/tools.h" +#include "gen/lua/luarocks/fs/macosx.h" +#include "gen/lua/luarocks/fs/lua.h" +#include "gen/lua/luarocks/fs/linux.h" +#include "gen/lua/luarocks/fs/tools.h" +#include "gen/lua/luarocks/manif/writer.h" +#include "gen/lua/luarocks/repo_writer.h" +#include "gen/lua/luarocks/manif.h" +#include "gen/lua/luarocks/upload/api.h" +#include "gen/lua/luarocks/upload/multipart.h" +#include "gen/lua/luarocks/util.h" +#include "gen/lua/luarocks/download.h" +#include "gen/lua/luarocks/results.h" +#include "gen/lua/luarocks/type_check.h" +#include "gen/lua/luarocks/tools/zip.h" +#include "gen/lua/luarocks/tools/tar.h" +#include "gen/lua/luarocks/tools/patch.h" +#include "gen/lua/luarocks/pack.h" +#include "gen/lua/luarocks/persist.h" +#include "gen/lua/luarocks/build/builtin.h" +#include "gen/lua/luarocks/build/make.h" +#include "gen/lua/luarocks/build/command.h" +#include "gen/lua/luarocks/build/cmake.h" +#include "gen/lua/luarocks/queries.h" +#include "gen/lua/luarocks/core/dir.h" +#include "gen/lua/luarocks/core/vers.h" +#include "gen/lua/luarocks/core/manif.h" +#include "gen/lua/luarocks/core/util.h" +#include "gen/lua/luarocks/core/persist.h" +#include "gen/lua/luarocks/core/sysdetect.h" +#include "gen/lua/luarocks/core/cfg.h" +#include "gen/lua/luarocks/core/types/result.h" +#include "gen/lua/luarocks/core/types/query.h" +#include "gen/lua/luarocks/core/types/rockspec.h" +#include "gen/lua/luarocks/core/path.h" +#include "gen/lua/luarocks/require.h" +#include "gen/lua/luarocks/type/manifest.h" +#include "gen/lua/luarocks/type/rockspec.h" +#include "gen/lua/luarocks/fun.h" +#include "gen/lua/luarocks/rockspecs.h" +#include "gen/lua/luarocks/signing.h" +#include "gen/lua/luarocks/loader.h" +#include "gen/lua/luarocks/path.h" +#include "gen/lua/md5.h" +#include "gen/lua/bz2/ltn12.h" +#include "gen/lua/ltn12.h" +#include "gen/lua/mime.h" +#include "gen/lua/socket.h" +#include "gen/lua/socket/ftp.h" +#include "gen/lua/socket/headers.h" +#include "gen/lua/socket/http.h" +#include "gen/lua/socket/smtp.h" +#include "gen/lua/socket/tp.h" +#include "gen/lua/socket/url.h" +#include "gen/lua/ssl.h" +#include "gen/lua/ssl/https.h" + +static const Gen GEN[] = { + { + .module_name = "compat53.module", + .source_name = "src/compat53/module.lua", + .length = 27205, + .code = luarocks_gen_compat53_module, + }, + { + .module_name = "compat53.init", + .source_name = "src/compat53/init.lua", + .length = 11961, + .code = luarocks_gen_compat53_init, + }, + { + .module_name = "compat53.file_mt", + .source_name = "src/compat53/file_mt.lua", + .length = 1945, + .code = luarocks_gen_compat53_file_mt, + }, + { + .module_name = "luarocks.test.busted", + .source_name = "src/luarocks/test/busted.lua", + .length = 1432, + .code = luarocks_gen_luarocks_test_busted, + }, + { + .module_name = "luarocks.test.command", + .source_name = "src/luarocks/test/command.lua", + .length = 1530, + .code = luarocks_gen_luarocks_test_command, + }, + { + .module_name = "luarocks.deplocks", + .source_name = "src/luarocks/deplocks.lua", + .length = 2334, + .code = luarocks_gen_luarocks_deplocks, + }, + { + .module_name = "luarocks.fs", + .source_name = "src/luarocks/fs.lua", + .length = 4484, + .code = luarocks_gen_luarocks_fs, + }, + { + .module_name = "luarocks.fetch", + .source_name = "src/luarocks/fetch.lua", + .length = 15550, + .code = luarocks_gen_luarocks_fetch, + }, + { + .module_name = "luarocks.search", + .source_name = "src/luarocks/search.lua", + .length = 11026, + .code = luarocks_gen_luarocks_search, + }, + { + .module_name = "luarocks.config", + .source_name = "src/luarocks/config.lua", + .length = 954, + .code = luarocks_gen_luarocks_config, + }, + { + .module_name = "luarocks.repos", + .source_name = "src/luarocks/repos.lua", + .length = 19776, + .code = luarocks_gen_luarocks_repos, + }, + { + .module_name = "luarocks.test", + .source_name = "src/luarocks/test.lua", + .length = 2879, + .code = luarocks_gen_luarocks_test, + }, + { + .module_name = "luarocks.dir", + .source_name = "src/luarocks/dir.lua", + .length = 1345, + .code = luarocks_gen_luarocks_dir, + }, + { + .module_name = "luarocks.deps", + .source_name = "src/luarocks/deps.lua", + .length = 24246, + .code = luarocks_gen_luarocks_deps, + }, + { + .module_name = "luarocks.build", + .source_name = "src/luarocks/build.lua", + .length = 14170, + .code = luarocks_gen_luarocks_build, + }, + { + .module_name = "luarocks.fetch.git_http", + .source_name = "src/luarocks/fetch/git_http.lua", + .length = 509, + .code = luarocks_gen_luarocks_fetch_git_http, + }, + { + .module_name = "luarocks.fetch.hg_https", + .source_name = "src/luarocks/fetch/hg_https.lua", + .length = 48, + .code = luarocks_gen_luarocks_fetch_hg_https, + }, + { + .module_name = "luarocks.fetch.svn", + .source_name = "src/luarocks/fetch/svn.lua", + .length = 1928, + .code = luarocks_gen_luarocks_fetch_svn, + }, + { + .module_name = "luarocks.fetch.hg", + .source_name = "src/luarocks/fetch/hg.lua", + .length = 1811, + .code = luarocks_gen_luarocks_fetch_hg, + }, + { + .module_name = "luarocks.fetch.git", + .source_name = "src/luarocks/fetch/git.lua", + .length = 4321, + .code = luarocks_gen_luarocks_fetch_git, + }, + { + .module_name = "luarocks.fetch.hg_http", + .source_name = "src/luarocks/fetch/hg_http.lua", + .length = 494, + .code = luarocks_gen_luarocks_fetch_hg_http, + }, + { + .module_name = "luarocks.fetch.cvs", + .source_name = "src/luarocks/fetch/cvs.lua", + .length = 1518, + .code = luarocks_gen_luarocks_fetch_cvs, + }, + { + .module_name = "luarocks.fetch.git_file", + .source_name = "src/luarocks/fetch/git_file.lua", + .length = 503, + .code = luarocks_gen_luarocks_fetch_git_file, + }, + { + .module_name = "luarocks.fetch.git_https", + .source_name = "src/luarocks/fetch/git_https.lua", + .length = 48, + .code = luarocks_gen_luarocks_fetch_git_https, + }, + { + .module_name = "luarocks.fetch.git_ssh", + .source_name = "src/luarocks/fetch/git_ssh.lua", + .length = 643, + .code = luarocks_gen_luarocks_fetch_git_ssh, + }, + { + .module_name = "luarocks.fetch.hg_ssh", + .source_name = "src/luarocks/fetch/hg_ssh.lua", + .length = 48, + .code = luarocks_gen_luarocks_fetch_hg_ssh, + }, + { + .module_name = "luarocks.fetch.sscm", + .source_name = "src/luarocks/fetch/sscm.lua", + .length = 1373, + .code = luarocks_gen_luarocks_fetch_sscm, + }, + { + .module_name = "luarocks.cmd", + .source_name = "src/luarocks/cmd.lua", + .length = 25438, + .code = luarocks_gen_luarocks_cmd, + }, + { + .module_name = "luarocks.admin.cmd.refresh_cache", + .source_name = "src/luarocks/admin/cmd/refresh_cache.lua", + .length = 968, + .code = luarocks_gen_luarocks_admin_cmd_refresh_cache, + }, + { + .module_name = "luarocks.admin.cmd.make_manifest", + .source_name = "src/luarocks/admin/cmd/make_manifest.lua", + .length = 1687, + .code = luarocks_gen_luarocks_admin_cmd_make_manifest, + }, + { + .module_name = "luarocks.admin.cmd.remove", + .source_name = "src/luarocks/admin/cmd/remove.lua", + .length = 3270, + .code = luarocks_gen_luarocks_admin_cmd_remove, + }, + { + .module_name = "luarocks.admin.cmd.add", + .source_name = "src/luarocks/admin/cmd/add.lua", + .length = 4545, + .code = luarocks_gen_luarocks_admin_cmd_add, + }, + { + .module_name = "luarocks.admin.index", + .source_name = "src/luarocks/admin/index.lua", + .length = 5779, + .code = luarocks_gen_luarocks_admin_index, + }, + { + .module_name = "luarocks.admin.cache", + .source_name = "src/luarocks/admin/cache.lua", + .length = 3293, + .code = luarocks_gen_luarocks_admin_cache, + }, + { + .module_name = "luarocks.cmd.search", + .source_name = "src/luarocks/cmd/search.lua", + .length = 2918, + .code = luarocks_gen_luarocks_cmd_search, + }, + { + .module_name = "luarocks.cmd.config", + .source_name = "src/luarocks/cmd/config.lua", + .length = 11873, + .code = luarocks_gen_luarocks_cmd_config, + }, + { + .module_name = "luarocks.cmd.write_rockspec", + .source_name = "src/luarocks/cmd/write_rockspec.lua", + .length = 13181, + .code = luarocks_gen_luarocks_cmd_write_rockspec, + }, + { + .module_name = "luarocks.cmd.unpack", + .source_name = "src/luarocks/cmd/unpack.lua", + .length = 4970, + .code = luarocks_gen_luarocks_cmd_unpack, + }, + { + .module_name = "luarocks.cmd.test", + .source_name = "src/luarocks/cmd/test.lua", + .length = 1819, + .code = luarocks_gen_luarocks_cmd_test, + }, + { + .module_name = "luarocks.cmd.show", + .source_name = "src/luarocks/cmd/show.lua", + .length = 11438, + .code = luarocks_gen_luarocks_cmd_show, + }, + { + .module_name = "luarocks.cmd.build", + .source_name = "src/luarocks/cmd/build.lua", + .length = 6034, + .code = luarocks_gen_luarocks_cmd_build, + }, + { + .module_name = "luarocks.cmd.remove", + .source_name = "src/luarocks/cmd/remove.lua", + .length = 2356, + .code = luarocks_gen_luarocks_cmd_remove, + }, + { + .module_name = "luarocks.cmd.install", + .source_name = "src/luarocks/cmd/install.lua", + .length = 8529, + .code = luarocks_gen_luarocks_cmd_install, + }, + { + .module_name = "luarocks.cmd.purge", + .source_name = "src/luarocks/cmd/purge.lua", + .length = 2421, + .code = luarocks_gen_luarocks_cmd_purge, + }, + { + .module_name = "luarocks.cmd.init", + .source_name = "src/luarocks/cmd/init.lua", + .length = 7199, + .code = luarocks_gen_luarocks_cmd_init, + }, + { + .module_name = "luarocks.cmd.upload", + .source_name = "src/luarocks/cmd/upload.lua", + .length = 4509, + .code = luarocks_gen_luarocks_cmd_upload, + }, + { + .module_name = "luarocks.cmd.make", + .source_name = "src/luarocks/cmd/make.lua", + .length = 6528, + .code = luarocks_gen_luarocks_cmd_make, + }, + { + .module_name = "luarocks.cmd.download", + .source_name = "src/luarocks/cmd/download.lua", + .length = 1551, + .code = luarocks_gen_luarocks_cmd_download, + }, + { + .module_name = "luarocks.cmd.lint", + .source_name = "src/luarocks/cmd/lint.lua", + .length = 1386, + .code = luarocks_gen_luarocks_cmd_lint, + }, + { + .module_name = "luarocks.cmd.list", + .source_name = "src/luarocks/cmd/list.lua", + .length = 3530, + .code = luarocks_gen_luarocks_cmd_list, + }, + { + .module_name = "luarocks.cmd.pack", + .source_name = "src/luarocks/cmd/pack.lua", + .length = 1253, + .code = luarocks_gen_luarocks_cmd_pack, + }, + { + .module_name = "luarocks.cmd.doc", + .source_name = "src/luarocks/cmd/doc.lua", + .length = 5485, + .code = luarocks_gen_luarocks_cmd_doc, + }, + { + .module_name = "luarocks.cmd.which", + .source_name = "src/luarocks/cmd/which.lua", + .length = 1121, + .code = luarocks_gen_luarocks_cmd_which, + }, + { + .module_name = "luarocks.cmd.path", + .source_name = "src/luarocks/cmd/path.lua", + .length = 3442, + .code = luarocks_gen_luarocks_cmd_path, + }, + { + .module_name = "luarocks.cmd.new_version", + .source_name = "src/luarocks/cmd/new_version.lua", + .length = 7237, + .code = luarocks_gen_luarocks_cmd_new_version, + }, + { + .module_name = "luarocks.remove", + .source_name = "src/luarocks/remove.lua", + .length = 4447, + .code = luarocks_gen_luarocks_remove, + }, + { + .module_name = "luarocks.vendor.dkjson", + .source_name = "src/luarocks/vendor/dkjson.lua", + .length = 23606, + .code = luarocks_gen_luarocks_vendor_dkjson, + }, + { + .module_name = "luarocks.vendor.argparse", + .source_name = "src/luarocks/vendor/argparse.lua", + .length = 58011, + .code = luarocks_gen_luarocks_vendor_argparse, + }, + { + .module_name = "luarocks.fs.win32", + .source_name = "src/luarocks/fs/win32.lua", + .length = 11712, + .code = luarocks_gen_luarocks_fs_win32, + }, + { + .module_name = "luarocks.fs.unix", + .source_name = "src/luarocks/fs/unix.lua", + .length = 7815, + .code = luarocks_gen_luarocks_fs_unix, + }, + { + .module_name = "luarocks.fs.win32.tools", + .source_name = "src/luarocks/fs/win32/tools.lua", + .length = 11114, + .code = luarocks_gen_luarocks_fs_win32_tools, + }, + { + .module_name = "luarocks.fs.unix.tools", + .source_name = "src/luarocks/fs/unix/tools.lua", + .length = 11463, + .code = luarocks_gen_luarocks_fs_unix_tools, + }, + { + .module_name = "luarocks.fs.macosx", + .source_name = "src/luarocks/fs/macosx.lua", + .length = 1186, + .code = luarocks_gen_luarocks_fs_macosx, + }, + { + .module_name = "luarocks.fs.lua", + .source_name = "src/luarocks/fs/lua.lua", + .length = 38618, + .code = luarocks_gen_luarocks_fs_lua, + }, + { + .module_name = "luarocks.fs.linux", + .source_name = "src/luarocks/fs/linux.lua", + .length = 1182, + .code = luarocks_gen_luarocks_fs_linux, + }, + { + .module_name = "luarocks.fs.tools", + .source_name = "src/luarocks/fs/tools.lua", + .length = 7337, + .code = luarocks_gen_luarocks_fs_tools, + }, + { + .module_name = "luarocks.manif.writer", + .source_name = "src/luarocks/manif/writer.lua", + .length = 11163, + .code = luarocks_gen_luarocks_manif_writer, + }, + { + .module_name = "luarocks.repo_writer", + .source_name = "src/luarocks/repo_writer.lua", + .length = 1333, + .code = luarocks_gen_luarocks_repo_writer, + }, + { + .module_name = "luarocks.manif", + .source_name = "src/luarocks/manif.lua", + .length = 6368, + .code = luarocks_gen_luarocks_manif, + }, + { + .module_name = "luarocks.upload.api", + .source_name = "src/luarocks/upload/api.lua", + .length = 9093, + .code = luarocks_gen_luarocks_upload_api, + }, + { + .module_name = "luarocks.upload.multipart", + .source_name = "src/luarocks/upload/multipart.lua", + .length = 3067, + .code = luarocks_gen_luarocks_upload_multipart, + }, + { + .module_name = "luarocks.util", + .source_name = "src/luarocks/util.lua", + .length = 14106, + .code = luarocks_gen_luarocks_util, + }, + { + .module_name = "luarocks.download", + .source_name = "src/luarocks/download.lua", + .length = 2509, + .code = luarocks_gen_luarocks_download, + }, + { + .module_name = "luarocks.results", + .source_name = "src/luarocks/results.lua", + .length = 1352, + .code = luarocks_gen_luarocks_results, + }, + { + .module_name = "luarocks.type_check", + .source_name = "src/luarocks/type_check.lua", + .length = 5608, + .code = luarocks_gen_luarocks_type_check, + }, + { + .module_name = "luarocks.tools.zip", + .source_name = "src/luarocks/tools/zip.lua", + .length = 14287, + .code = luarocks_gen_luarocks_tools_zip, + }, + { + .module_name = "luarocks.tools.tar", + .source_name = "src/luarocks/tools/tar.lua", + .length = 5388, + .code = luarocks_gen_luarocks_tools_tar, + }, + { + .module_name = "luarocks.tools.patch", + .source_name = "src/luarocks/tools/patch.lua", + .length = 20223, + .code = luarocks_gen_luarocks_tools_patch, + }, + { + .module_name = "luarocks.pack", + .source_name = "src/luarocks/pack.lua", + .length = 5644, + .code = luarocks_gen_luarocks_pack, + }, + { + .module_name = "luarocks.persist", + .source_name = "src/luarocks/persist.lua", + .length = 5592, + .code = luarocks_gen_luarocks_persist, + }, + { + .module_name = "luarocks.build.builtin", + .source_name = "src/luarocks/build/builtin.lua", + .length = 13280, + .code = luarocks_gen_luarocks_build_builtin, + }, + { + .module_name = "luarocks.build.make", + .source_name = "src/luarocks/build/make.lua", + .length = 2792, + .code = luarocks_gen_luarocks_build_make, + }, + { + .module_name = "luarocks.build.command", + .source_name = "src/luarocks/build/command.lua", + .length = 800, + .code = luarocks_gen_luarocks_build_command, + }, + { + .module_name = "luarocks.build.cmake", + .source_name = "src/luarocks/build/cmake.lua", + .length = 2595, + .code = luarocks_gen_luarocks_build_cmake, + }, + { + .module_name = "luarocks.queries", + .source_name = "src/luarocks/queries.lua", + .length = 4562, + .code = luarocks_gen_luarocks_queries, + }, + { + .module_name = "luarocks.core.dir", + .source_name = "src/luarocks/core/dir.lua", + .length = 2159, + .code = luarocks_gen_luarocks_core_dir, + }, + { + .module_name = "luarocks.core.vers", + .source_name = "src/luarocks/core/vers.lua", + .length = 4297, + .code = luarocks_gen_luarocks_core_vers, + }, + { + .module_name = "luarocks.core.manif", + .source_name = "src/luarocks/core/manif.lua", + .length = 3091, + .code = luarocks_gen_luarocks_core_manif, + }, + { + .module_name = "luarocks.core.util", + .source_name = "src/luarocks/core/util.lua", + .length = 7346, + .code = luarocks_gen_luarocks_core_util, + }, + { + .module_name = "luarocks.core.persist", + .source_name = "src/luarocks/core/persist.lua", + .length = 1531, + .code = luarocks_gen_luarocks_core_persist, + }, + { + .module_name = "luarocks.core.sysdetect", + .source_name = "src/luarocks/core/sysdetect.lua", + .length = 10375, + .code = luarocks_gen_luarocks_core_sysdetect, + }, + { + .module_name = "luarocks.core.cfg", + .source_name = "src/luarocks/core/cfg.lua", + .length = 33155, + .code = luarocks_gen_luarocks_core_cfg, + }, + { + .module_name = "luarocks.core.types.result", + .source_name = "src/luarocks/core/types/result.lua", + .length = 57, + .code = luarocks_gen_luarocks_core_types_result, + }, + { + .module_name = "luarocks.core.types.query", + .source_name = "src/luarocks/core/types/query.lua", + .length = 53, + .code = luarocks_gen_luarocks_core_types_query, + }, + { + .module_name = "luarocks.core.types.rockspec", + .source_name = "src/luarocks/core/types/rockspec.lua", + .length = 213, + .code = luarocks_gen_luarocks_core_types_rockspec, + }, + { + .module_name = "luarocks.core.path", + .source_name = "src/luarocks/core/path.lua", + .length = 3855, + .code = luarocks_gen_luarocks_core_path, + }, + { + .module_name = "luarocks.require", + .source_name = "src/luarocks/require.lua", + .length = 35, + .code = luarocks_gen_luarocks_require, + }, + { + .module_name = "luarocks.type.manifest", + .source_name = "src/luarocks/type/manifest.lua", + .length = 2281, + .code = luarocks_gen_luarocks_type_manifest, + }, + { + .module_name = "luarocks.type.rockspec", + .source_name = "src/luarocks/type/rockspec.lua", + .length = 6647, + .code = luarocks_gen_luarocks_type_rockspec, + }, + { + .module_name = "luarocks.fun", + .source_name = "src/luarocks/fun.lua", + .length = 2794, + .code = luarocks_gen_luarocks_fun, + }, + { + .module_name = "luarocks.rockspecs", + .source_name = "src/luarocks/rockspecs.lua", + .length = 5276, + .code = luarocks_gen_luarocks_rockspecs, + }, + { + .module_name = "luarocks.signing", + .source_name = "src/luarocks/signing.lua", + .length = 991, + .code = luarocks_gen_luarocks_signing, + }, + { + .module_name = "luarocks.loader", + .source_name = "src/luarocks/loader.lua", + .length = 5997, + .code = luarocks_gen_luarocks_loader, + }, + { + .module_name = "luarocks.path", + .source_name = "src/luarocks/path.lua", + .length = 5181, + .code = luarocks_gen_luarocks_path, + }, + { + .module_name = "md5", + .source_name = "vendor/md5/src/md5.lua", + .length = 836, + .code = luarocks_gen_md5, + }, + { + .module_name = "bz2.ltn12", + .source_name = "vendor/lua-bz2/bz2/ltn12.lua", + .length = 1763, + .code = luarocks_gen_bz2_ltn12, + }, + { + .module_name = "ltn12", + .source_name = "vendor/luasocket/src/ltn12.lua", + .length = 8845, + .code = luarocks_gen_ltn12, + }, + { + .module_name = "mime", + .source_name = "vendor/luasocket/src/mime.lua", + .length = 2267, + .code = luarocks_gen_mime, + }, + { + .module_name = "socket", + .source_name = "vendor/luasocket/src/socket.lua", + .length = 4448, + .code = luarocks_gen_socket, + }, + { + .module_name = "socket.ftp", + .source_name = "vendor/luasocket/src/ftp.lua", + .length = 10606, + .code = luarocks_gen_socket_ftp, + }, + { + .module_name = "socket.headers", + .source_name = "vendor/luasocket/src/headers.lua", + .length = 3698, + .code = luarocks_gen_socket_headers, + }, + { + .module_name = "socket.http", + .source_name = "vendor/luasocket/src/http.lua", + .length = 14659, + .code = luarocks_gen_socket_http, + }, + { + .module_name = "socket.smtp", + .source_name = "vendor/luasocket/src/smtp.lua", + .length = 8074, + .code = luarocks_gen_socket_smtp, + }, + { + .module_name = "socket.tp", + .source_name = "vendor/luasocket/src/tp.lua", + .length = 3766, + .code = luarocks_gen_socket_tp, + }, + { + .module_name = "socket.url", + .source_name = "vendor/luasocket/src/url.lua", + .length = 11669, + .code = luarocks_gen_socket_url, + }, + { + .module_name = "ssl", + .source_name = "vendor/luasec/src/ssl.lua", + .length = 9299, + .code = luarocks_gen_ssl, + }, + { + .module_name = "ssl.https", + .source_name = "vendor/luasec/src/https.lua", + .length = 4109, + .code = luarocks_gen_ssl_https, + }, + { + .module_name = NULL, + .source_name = NULL, + .length = 0, + .code = NULL, + }, +}; + -- cgit v1.2.3-55-g6feb