Search Criteria
Package Details: luau 0.652-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/luau-lang/luau |
Licenses: | MIT |
Submitter: | brinkervii |
Maintainer: | carsme |
Last Packager: | carsme |
Votes: | 13 |
Popularity: | 0.139058 |
First Submitted: | 2021-11-03 19:33 (UTC) |
Last Updated: | 2024-11-16 01:49 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
Required by (1)
- qsv (make)
Latest Comments
carsme commented on 2024-07-27 14:05 (UTC)
As per my comment below - pkgver 0.636-1 stops packaging static archives (.a files). If anyone is missing them, let me know.
carsme commented on 2024-07-23 04:44 (UTC)
FYI, I'm planning to move this into [extra] and I'm considering to stop packaging the static archives in conjunction with this.
Would anyone miss them?
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 functionluau_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.