24 lines
511 B
TOML
24 lines
511 B
TOML
name = "a0b_time"
|
|
description = "A0B Monotonic Time"
|
|
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", "time"]
|
|
|
|
project-files = ["gnat/a0b_time.gpr"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[[depends-on]]
|
|
a0b_base = "*"
|
|
a0b_time_platform = "0.1.0"
|
|
|
|
[origin]
|
|
commit = "83e4276026a6a9e099920fc4ef6ec09a876c75ea"
|
|
url = "git+https://github.com/godunko/a0b-time.git"
|
|
|