From 85cc5776e09a9112e59039e9b92b3d5be1b1d898 Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Mon, 22 Dec 2025 03:46:46 -0700 Subject: [PATCH] zoneinfo 1.1.1 (#1724) --- index/zo/zoneinfo/zoneinfo-1.1.1.toml | 43 +++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 index/zo/zoneinfo/zoneinfo-1.1.1.toml diff --git a/index/zo/zoneinfo/zoneinfo-1.1.1.toml b/index/zo/zoneinfo/zoneinfo-1.1.1.toml new file mode 100644 index 00000000..d9e214be --- /dev/null +++ b/index/zo/zoneinfo/zoneinfo-1.1.1.toml @@ -0,0 +1,43 @@ +name = "zoneinfo" +description = "Ada 2022 timezone library for zone calculations and durations" +version = "1.1.1" +authors = ["Michael Gardner"] +maintainers = ["Michael Gardner "] +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" + + +[origin] +commit = "4fc4d81bde10ac29c16fd6e5aadac5811bb11991" +url = "git+https://github.com/abitofhelp/zoneinfo_ada.git" +