32de724037
* Convert licenses to SPDX expressions * bbqueue 0.1.0 (#216) * bbqueue 0.1.0 * Update bbqueue-0.1.0.toml * startup_gen 21.0.0 (#227) * ada_lua 0.1.0 (#230) * ada_lua-0.1.0.toml: fix website field (#231) * Convert licenses to SPDX expressions (cont.) * win32ada 21.0.0 (#233) Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
18 lines
511 B
TOML
18 lines
511 B
TOML
name = "ada_lua"
|
|
description = "An Ada binding for lua"
|
|
version = "0.1.0"
|
|
authors = ["Nicolas Roche <roche@adacore.com>"]
|
|
maintainers = ["Nicolas Roche <roche@adacore.com>"]
|
|
maintainers-logins = ["Nikokrock", "Fabien-Chouteau"]
|
|
website = "https://github.com/adacore/ada-lua"
|
|
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1"
|
|
tags = ["lua", "binding", "script"]
|
|
|
|
[[depends-on]]
|
|
liblua = "~5.3"
|
|
|
|
[origin]
|
|
commit = "0aa4afc28577adf5106d6bd13bed6a086b6e9a8c"
|
|
url = "git+https://github.com/AdaCore/ada-lua.git"
|
|
|