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..e3eb104cc --- /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 = "^13.2.1" +gnatprove = "^13.2.1" + +[configuration.variables] +Separation_Kernel_Debug_Tracing_On = {type = "Boolean", default = false} + +[origin] +commit = "aca2a7c430cf461e2e228d6a74e1f75c22fa5097" +url = "git+https://github.com/jgrivera67/HiRTOS.git" +