From 2a901bb2aab939f77627d1285e4e82df9fa60a65 Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Thu, 11 Dec 2025 16:21:56 -0700 Subject: [PATCH] hybrid_app_ada 2.0.0 (#1703) Co-authored-by: Alejandro R Mosteo --- .../hybrid_app_ada/hybrid_app_ada-2.0.0.toml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/hy/hybrid_app_ada/hybrid_app_ada-2.0.0.toml diff --git a/index/hy/hybrid_app_ada/hybrid_app_ada-2.0.0.toml b/index/hy/hybrid_app_ada/hybrid_app_ada-2.0.0.toml new file mode 100644 index 00000000..c0d8d313 --- /dev/null +++ b/index/hy/hybrid_app_ada/hybrid_app_ada-2.0.0.toml @@ -0,0 +1,26 @@ +name = "hybrid_app_ada" +description = "Hybrid DDD/Clean/Hexagonal architecture greeter application in Ada 2022" +version = "2.0.0" +authors = ["Michael Gardner"] +maintainers = ["Michael Gardner "] +maintainers-logins = ["abitofhelp"] +licenses = "BSD-3-Clause" +website = "https://github.com/abitofhelp/hybrid_app_ada" +tags = ["hexagonal", "ddd", "clean", "functional", "monad", "example"] + +executables = ["greeter"] + +[build-switches] +"*".Ada_Version = "Ada2022" +"*".Style_Checks = "yes" + +[[depends-on]] +functional = "^3.0.0" + +[environment] + + +[origin] +commit = "03a36937d109dbcf2c84c5172a3e3265ed175b6c" +url = "git+https://github.com/abitofhelp/hybrid_app_ada.git" +