Skip to content

Commit

Permalink
Adabots 1.3.0: fix AWS dependency
Browse files Browse the repository at this point in the history
There was an error relating to relocatable symbols before, details here:
AdaCore/aws#356
  • Loading branch information
TamaMcGlinn committed Dec 29, 2022
1 parent cd3d9ca commit 6011afa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index/ad/adabots/adabots-1.3.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "adabots"
description = "Learn Ada by programming Minecraft robots"
version = "1.3.0"

authors = ["Tama McGlinn"]
maintainers = ["Tama McGlinn <[email protected]>"]
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"

0 comments on commit 6011afa

Please sign in to comment.