26 lines
542 B
TOML
26 lines
542 B
TOML
name = "a0b_timer"
|
|
description = "A0B Timer"
|
|
version = "0.1.0"
|
|
|
|
authors = ["Vadim Godunko"]
|
|
maintainers = ["Vadim Godunko <vgodunko@gmail.com>"]
|
|
maintainers-logins = ["godunko"]
|
|
licenses = "Apache-2.0 WITH LLVM-exception"
|
|
tags = ["a0b", "embedded", "timer"]
|
|
|
|
project-files = ["gnat/a0b_timer.gpr"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[[depends-on]]
|
|
a0b_base = "*"
|
|
a0b_callbacks = "*"
|
|
a0b_time = "*"
|
|
a0b_timer_platform = "0.1.0"
|
|
|
|
[origin]
|
|
commit = "8fb913ab0f7a5d25ef511b7be96e3e909b5d2447"
|
|
url = "git+https://github.com/godunko/a0b-timer.git"
|
|
|