diff --git a/index/a0/a0b_i2c/a0b_i2c-0.1.0.toml b/index/a0/a0b_i2c/a0b_i2c-0.1.0.toml new file mode 100644 index 00000000..c8301784 --- /dev/null +++ b/index/a0/a0b_i2c/a0b_i2c-0.1.0.toml @@ -0,0 +1,28 @@ +name = "a0b_i2c" +description = "A0B I2C API" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" +tags = ["a0b", "embedded", "i2c"] + +project-files = ["gnat/a0b_i2c.gpr"] + +[configuration] +disabled = true + +[[depends-on]] +a0b_base = "*" +a0b_callbacks = "*" + +[[actions]] +type = "test" +directory = "selftest" +command = ["alr", "build"] + +[origin] +commit = "67a3e9f5443bdaf500ce46beab1414c73ea4ed8e" +url = "git+https://github.com/godunko/a0b-i2c.git" +