From 8a3e29b94677f1fa3373e2b58c58887db02bc4c9 Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Fri, 5 Dec 2025 02:28:30 -0700 Subject: [PATCH] functional 2.2.1 (#1694) --- index/fu/functional/functional-2.2.1.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/fu/functional/functional-2.2.1.toml diff --git a/index/fu/functional/functional-2.2.1.toml b/index/fu/functional/functional-2.2.1.toml new file mode 100644 index 00000000..dc22ce0b --- /dev/null +++ b/index/fu/functional/functional-2.2.1.toml @@ -0,0 +1,22 @@ +name = "functional" +description = "Result, Option, Either types for type-safe error handling in Ada 2022" +version = "2.2.1" + +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"] + +[build-switches] +"*".Ada_Version = "Ada2022" +"*".Style_Checks = "yes" + +[[depends-on]] +gnat = ">=13" + +[origin] +commit = "7375a09b789cc5fc5ad4e6a09ff1882a978f2248" +url = "git+https://github.com/abitofhelp/functional.git" +