From 44490572d896dd0a9dba8817cb02370204965837 Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Mon, 8 Jun 2026 07:31:30 -0400 Subject: [PATCH] functional 4.1.1 (#1951) --- index/fu/functional/functional-4.1.1.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/fu/functional/functional-4.1.1.toml diff --git a/index/fu/functional/functional-4.1.1.toml b/index/fu/functional/functional-4.1.1.toml new file mode 100644 index 00000000..afafe5e9 --- /dev/null +++ b/index/fu/functional/functional-4.1.1.toml @@ -0,0 +1,22 @@ +name = "functional" +description = "Functional Programming Library for Ada 2022" +version = "4.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", "spark", "embedded"] + +[build-switches] +"*".Ada_Version = "Ada2022" +"*".Style_Checks = "yes" + +[[depends-on]] +gnat = ">=13" + +[origin] +commit = "c1ff2600a58b24bf482ec1e44fb63c58c1b1e293" +url = "git+https://github.com/abitofhelp/functional.git" +