diff --git a/index/hi/hirtos/hirtos-1.0.0.toml b/index/hi/hirtos/hirtos-1.0.0.toml new file mode 100644 index 000000000..60a93771c --- /dev/null +++ b/index/hi/hirtos/hirtos-1.0.0.toml @@ -0,0 +1,25 @@ +# +# NOTE: Before building for the first time with `alr build`, select the +# corresponding cross compiler toolchain by running `alr toolchain --select` +# +name = "hirtos" +description = "High-Integrity RTOS" +version = "1.0.0" +licenses = "Apache-2.0" +website = "https://github.com/jgrivera67/HiRTOS" +tags = ["rtos"] +authors = ["J. German Rivera"] +maintainers = ["J. German Rivera "] +maintainers-logins = ["jgrivera67"] + +[[depends-on]] +gnat_arm_elf = "^12.2.1" +gnatprove = "^12.1.1" + +[configuration.variables] +Separation_Kernel_Debug_Tracing_On = {type = "Boolean", default = false} + +[origin] +commit = "3a6dd675ab93bc9c96a0aa5b4255cb241bac6a97" +url = "git+https://github.com/jgrivera67/HiRTOS.git" +