Search Criteria
Package Details: luau 0.568-1
Package Actions
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/Roblox/luau |
Licenses: | MIT |
Conflicts: | luau-bin, luau-git |
Provides: | luau |
Submitter: | brinkervii |
Maintainer: | brinkervii |
Last Packager: | brinkervii |
Votes: | 6 |
Popularity: | 0.055640 |
First Submitted: | 2021-11-03 19:33 (UTC) |
Last Updated: | 2023-03-19 23:28 (UTC) |
Dependencies (2)
- cmake (cmake-git) (make)
- unzip (unzip-natspec, unzip-zstd) (make)
Latest Comments
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.