-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalire.toml
More file actions
17 lines (14 loc) · 567 Bytes
/
alire.toml
File metadata and controls
17 lines (14 loc) · 567 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name = "functional"
description = "Functional Programming Library for Ada 2022"
version = "4.1.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", "spark", "embedded"]
[build-switches]
"*".Ada_Version = "Ada2022"
"*".Style_Checks = "yes"
[[depends-on]]
gnat = ">=13"