Differences From Artifact [f7d9ea5be8]:
- File tool/makeshim.lua — part of check-in [ee086767f3] at 2022-09-10 17:28:05 on branch trunk — add remote fetch via curl, shim native bindings (user: lexi, size: 3122) [annotate] [blame] [check-ins using]
To Artifact [9df833faa8]:
- File tool/makeshim.lua — part of check-in [61f7054fd9] at 2023-04-13 07:23:08 on branch trunk — legal shit (user: lexi, size: 3125) [annotate] [blame] [check-ins using]
1 1 -- [ʞ] tools/makeshim.lua 2 2 -- ~ lexi hale <lexi@hale.su> 3 --- 🄯 AGPLv3 3 +-- 🄯 EUPL v1.2 4 4 -- ? this program creates a C source file embedding 5 5 -- cortav, for the purposes of standalone deployment 6 6 -- without a lua interpreter, or for the purposes of 7 7 -- giving cortav extra privileges 8 8 9 9 local includes = [[ 10 10 #include <lua.h>