|
root / base / lua / package.toml
package.toml TOML 25 lines 548 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Lua - embeddable scripting language (conky, neovim)
# https://www.lua.org/

[package]
name = "lua"
version = "5.4.8"
release = 1
description = "Lua embeddable scripting language interpreter/library"
url = "https://www.lua.org/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "lua-5.4.8.tar.gz"
urls = ["https://www.lua.org/ftp/lua-5.4.8.tar.gz"]
checksum = "4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae"

[build]
parallel = true