Files
2025-12-01 20:27:07 +01:00

23 lines
692 B
TOML

name = "functional"
description = "Result, Option, Either types for type-safe error handling in Ada 2022"
version = "2.2.0"
authors = ["A Bit of Help, Inc. - Michael Gardner"]
maintainers = ["A Bit of Help, Inc. - Michael Gardner <mjgardner@abitofhelp.com>"]
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 = "77a4dc99c4a7271b3d07f3f98159a6366d815241"
url = "git+https://github.com/abitofhelp/functional.git"