diff --git a/index/ad/adabots/adabots-2.1.0.toml b/index/ad/adabots/adabots-2.1.0.toml new file mode 100644 index 00000000..1e1fd618 --- /dev/null +++ b/index/ad/adabots/adabots-2.1.0.toml @@ -0,0 +1,23 @@ +name = "adabots" +description = "Learn Ada by programming Minecraft robots" +version = "2.1.0" +website = "adabots.net" + +authors = ["Tama McGlinn"] +maintainers = ["Tama McGlinn "] +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" + diff --git a/index/tb/tb6612_driver/tb6612_driver-0.1.0.toml b/index/tb/tb6612_driver/tb6612_driver-0.1.0.toml new file mode 100644 index 00000000..100e3512 --- /dev/null +++ b/index/tb/tb6612_driver/tb6612_driver-0.1.0.toml @@ -0,0 +1,18 @@ +name = "tb6612_driver" +description = "Driver for the TB6612 dual DC motor driver IC." +version = "0.1.0" + +authors = ["Karsten Lueth"] +maintainers = ["Karsten Lueth "] +maintainers-logins = ["KLOC-Karsten"] +licenses = "BSD-3-Clause" +website = "https://gitlab.com/KLOC-Karsten/tb6612_driver" +tags = ["motor", "driver", "embedded", "hal"] + +[[depends-on]] +hal = "^1.0.0" + +[origin] +commit = "e7bf4eb9d571d1cafa50dd6e83c503fd98fed119" +url = "git+https://gitlab.com/KLOC-Karsten/tb6612_driver.git" +