fc51d4332e
* sparkfun_qwiic_motor_driver 0.1.0 (#1495) * press_utils 1.0.0 (#1505) * adacl_regexp 6.2.1 (#1531) * tb6612_driver 0.1.0 (#1644) * adabots 2.1.0 (via `alr publish --submit`) --------- Co-authored-by: KLOC-Karsten <72611407+KLOC-Karsten@users.noreply.github.com> Co-authored-by: Matheus Xavier <soft.song@fastmail.net> Co-authored-by: Martin Krischik <krischik@users.sourceforge.net> Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
24 lines
560 B
TOML
24 lines
560 B
TOML
name = "adabots"
|
|
description = "Learn Ada by programming Minecraft robots"
|
|
version = "2.1.0"
|
|
website = "adabots.net"
|
|
|
|
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]]
|
|
utilada_curl = "^2.5.0"
|
|
|
|
[[depends-on]]
|
|
json = "^5.0.3"
|
|
|
|
[origin]
|
|
commit = "a16786ccff74a85e2bf8c3a5511b01e6fa13d3a3"
|
|
url = "git+https://github.com/TamaMcGlinn/adabots.git"
|
|
|