From e28f6e133df2d59bec28af993c22c83395cf164e Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Wed, 26 Nov 2025 05:56:22 -0700 Subject: [PATCH] functional 2.1.1 (#1676) --- index/fu/functional/functional-2.1.1.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/fu/functional/functional-2.1.1.toml diff --git a/index/fu/functional/functional-2.1.1.toml b/index/fu/functional/functional-2.1.1.toml new file mode 100644 index 00000000..a939d32f --- /dev/null +++ b/index/fu/functional/functional-2.1.1.toml @@ -0,0 +1,15 @@ +name = "functional" +description = "Result, Option, Either types for type-safe error handling in Ada 2022" +version = "2.1.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"] + +[origin] +commit = "21b07c75f5e12ba00040f574c3bb69181b2ab3e8" +url = "git+https://github.com/abitofhelp/functional.git" +