From 6a715f54694b3c6e50ea8ed41d3b74bde0d0b999 Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Sat, 13 Dec 2025 05:27:43 -0700 Subject: [PATCH] functional 4.0.0 (#1708) * functional 4.0.0 (via `alr publish`) * Update maintainers-logins in functional-4.0.0.toml * Fix formatting of licenses entry in TOML file --- index/fu/functional/functional-4.0.0.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/fu/functional/functional-4.0.0.toml diff --git a/index/fu/functional/functional-4.0.0.toml b/index/fu/functional/functional-4.0.0.toml new file mode 100644 index 00000000..28afe23b --- /dev/null +++ b/index/fu/functional/functional-4.0.0.toml @@ -0,0 +1,22 @@ +name = "functional" +description = "Functional Programming Library for Ada 2022" +version = "4.0.0" + +authors = ["A Bit of Help, Inc. - Michael Gardner"] +maintainers = ["A Bit of Help, Inc. - Michael Gardner "] +maintainers-logins = ["abitofhelp"] +licenses = "BSD-3-Clause" +website = "https://github.com/abitofhelp/functional" +tags = ["functional", "fx", "either", "option", "result", "monad", "error-handling", "ada2022", "spark", "embedded"] + +[build-switches] +"*".Ada_Version = "Ada2022" +"*".Style_Checks = "yes" + +[[depends-on]] +gnat = ">=13" + +[origin] +commit = "2203449f2352550d235a84618d271b1c4f8fd3e3" +url = "git+https://github.com/abitofhelp/functional.git" +