-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalire.toml
More file actions
41 lines (35 loc) · 794 Bytes
/
alire.toml
File metadata and controls
41 lines (35 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name = "zoneinfo"
description = "Ada 2022 timezone library for zone calculations and durations"
version = "1.1.1"
authors = ["Michael Gardner"]
maintainers = ["Michael Gardner <mike@abitofhelp.com>"]
maintainers-logins = ["abitofhelp"]
licenses = "BSD-3-Clause"
website = "https://github.com/abitofhelp/zoneinfo"
project-files = ["zoneinfo.gpr"]
tags = [
"timezone",
"zoneinfo",
"time",
"duration",
"functional",
"result-monad",
"hexagonal",
"ddd",
"clean",
"spark"
]
[build-switches]
"*".Ada_Version = "Ada2022"
"*".Style_Checks = "yes"
[[depends-on]]
gnat = ">=13"
[[depends-on]]
gnatcoll = "^25.0.0"
[[depends-on]]
functional = "^4.0.0"
[[depends-on]]
tzif = "^3.0.3"
[[pins]]
functional = { path = '../functional' }
tzif = { path = '../tzif' }