Skip to content

Commit

Permalink
a0b_time 0.2.0 (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko authored Oct 22, 2024
1 parent a4fefa7 commit 14c82f5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index/a0/a0b_time/a0b_time-0.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "a0b_time"
description = "A0B Monotonic Time"
version = "0.2.0"

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

[[actions]]
type = "test"
directory = "selftest"
command = ["alr", "build"]

[origin]
commit = "fe82dcefa0416c4dce8d0b7ce71f9b04419d2fb5"
url = "git+https://github.com/godunko/a0b-time.git"

0 comments on commit 14c82f5

Please sign in to comment.