= Simple infrastructure TODO = == Keywords in lua == Rationale: Keywords in lua are sandboxed, they are rootdir native (see pkg -r option) and they also allow cross installation as in: installing packages in an arm64 rootdir from an amd64 host. || *Keyword* || *Comment* || Benefit || Complexity || || @ldconfig-linux || rewriting a full lua implemention of the linux ldconfig https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/generic/dl-cache.h;h=6b310e9e1542a431855dfbb9a7b8d40b13cc7b20;hb=HEAD#l40 || Allow to package most linux packages without the need of linux emulation on the builder || medium || || @ldconfig || || || medium || || @kldxref || || || medium || || @info || rewrite indexinfo in native lua || || easy || ---- CategoryTodo CategoryPorts