Package Details: luau 0.618-1

Git Clone URL: https://aur.archlinux.org/luau.git (read-only, click to copy)
Package Base: luau
Description: A fast, small, safe, gradually typed embeddable scripting language derived from Lua
Upstream URL: https://github.com/luau-lang/luau
Licenses: MIT
Submitter: brinkervii
Maintainer: carsme
Last Packager: carsme
Votes: 9
Popularity: 0.23
First Submitted: 2021-11-03 19:33 (UTC)
Last Updated: 2024-03-23 15:37 (UTC)

Required by (1)

Sources (2)

Latest Comments

carsme commented on 2023-12-14 07:33 (UTC)

@TinyMinory, my bad. Should be fixed now!

TinyMinori commented on 2023-12-13 22:30 (UTC)

Hi, the luacode.h header file was removed in the last commits. I guess ./Compiler/include/*.h should be added in the header list in the PKGBUILD file. And so the function luau_compile will be available.

brinkervii commented on 2021-11-04 00:01 (UTC)

@wezm The libraries are now included in the package. I've also included a .pc file so you can use pkg-config to get your flags.

wezm commented on 2021-11-03 23:07 (UTC)

Hi, thanks for making this package so quickly after the open-sourcing. I would like use luau in an application of ming. Do you think you could update the package to install the libraries too:

├── libLuau.Analysis.a ├── libLuau.Ast.a ├── libLuau.Compiler.a ├── libLuau.VM.a

As per https://github.com/Roblox/luau#building Luau.Compiler and Luau.VM are the main ones I need.