From 1008f663b3e0c23c02439e7f6d10faa2649ae643 Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Thu, 13 Nov 2025 04:06:45 -0700 Subject: [PATCH] functional 2.0.0 (#1666) --- index/fu/functional/functional-2.0.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/fu/functional/functional-2.0.0.toml diff --git a/index/fu/functional/functional-2.0.0.toml b/index/fu/functional/functional-2.0.0.toml new file mode 100644 index 00000000..da4549d1 --- /dev/null +++ b/index/fu/functional/functional-2.0.0.toml @@ -0,0 +1,15 @@ +name = "functional" +description = "Result, Option, Either types for type-safe error handling in Ada 2022" +version = "2.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"] + +[origin] +commit = "60bd8a370b4fdb95f238c24b341462ec0ccb72e7" +url = "git+https://github.com/abitofhelp/functional.git" +