Skip to content

Commit

Permalink
a0b_i2c 0.1.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Oct 21, 2024
1 parent 99ea02e commit 8279aca
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index/a0/a0b_i2c/a0b_i2c-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "a0b_i2c"
description = "A0B I2C API"
version = "0.1.0"

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

0 comments on commit 8279aca

Please sign in to comment.