5aaf6bf6b0
There was an error relating to relocatable symbols before, details here: https://github.com/AdaCore/aws/issues/356
23 lines
675 B
TOML
23 lines
675 B
TOML
name = "adabots"
|
|
description = "Learn Ada by programming Minecraft robots"
|
|
version = "1.3.0"
|
|
|
|
authors = ["Tama McGlinn"]
|
|
maintainers = ["Tama McGlinn <t.mcglinn@gmail.com>"]
|
|
maintainers-logins = ["TamaMcGlinn"]
|
|
|
|
licenses = "MIT"
|
|
project-files = ["adabots.gpr"]
|
|
tags = ["learn", "ada", "minecraft", "computercraft", "robots", "teach", "children"]
|
|
|
|
[[depends-on]] # This line was added by `alr with`
|
|
aws = "^23.0.0" # This line was added by `alr with`
|
|
|
|
[[depends-on]] # This line was added by `alr with`
|
|
aaa = "~0.2.3" # This line was added by `alr with`
|
|
|
|
[origin]
|
|
commit = "944adbafc42efda42580914c0e6401c8ca75612c"
|
|
url = "git+https://github.com/TamaMcGlinn/AdaBots.git"
|
|
|