luapak
luapak copied to clipboard
Easily build a standalone executable for any Lua program
When attempting to run Luapak make on Windows, I get the following: main:3295: attempt to index a nil value (field 'LUAROCKS_UNAME_S') stack traceback: main:3295: in function [C]: in function 'require'...
I try to use luapak in Windows. I downloaded the Windows binary package 0.1.0 beta 5 Running luapak make yields: The command "uname" was not found. main:1186: attempt to index...
I am trying to pak a small demo program that uses socket & http.request. [Here](https://github.com/notnullgames/rattata) is the demo-project. I am probably doing something wrong. I am sort of new to...
Hey, I am currently in need of a way of bundling up a bunch of Lua and binary rock-dependencies together with some Lua code and create a native-ish install experience....
I have this simple repro testcase that uses `lua-requests`: ```lua local requests = require("requests") print("go") do local res = requests.get("http://192.168.1.1") return print(res.text) end ``` ...with this `.rockspec`: ```lua package =...
For security auditing purposes, would it be possible to keep track of a copy of the `*.h` and `*.c` source files that went into building the native archives in `.luapak/lib/lua/5.1`?...
Sorry about the issue spam but as you can probably tell I'm working through using luapak in a practical way and I figure too much feedback is better than no...
The package uploaded to luarocks does not support lua 5.4.x branch Is it possible to make it support it ?