diff --git a/index/a0/a0b_gpio/a0b_gpio-0.1.0.toml b/index/a0/a0b_gpio/a0b_gpio-0.1.0.toml new file mode 100644 index 00000000..04c4690d --- /dev/null +++ b/index/a0/a0b_gpio/a0b_gpio-0.1.0.toml @@ -0,0 +1,29 @@ +name = "a0b_gpio" +description = "A0B GIOP API" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["embedded", "gpio"] + +project-files = ["gnat/a0b_gpio.gpr"] + +[configuration] +generate_ada = false +generate_c = false +generate_gpr = true + +[[depends-on]] +a0b_base = "*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "011067c7f5fae261ec4b30e015b324b895e2948b" +url = "git+https://github.com/godunko/a0b-gpio.git" +