From 01f5d82ca8026644f8932f078f3fc90ca453d848 Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Tue, 9 Dec 2025 03:07:11 -0700 Subject: [PATCH] tzif 2.0.0 (#1700) --- index/tz/tzif/tzif-2.0.0.toml | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 index/tz/tzif/tzif-2.0.0.toml diff --git a/index/tz/tzif/tzif-2.0.0.toml b/index/tz/tzif/tzif-2.0.0.toml new file mode 100644 index 00000000..c46fae38 --- /dev/null +++ b/index/tz/tzif/tzif-2.0.0.toml @@ -0,0 +1,40 @@ +name = "tzif" +description = "Parsing and querying of IANA's compiled timezone information" +version = "2.0.0" +authors = ["Michael Gardner"] +maintainers = ["Michael Gardner "] +maintainers-logins = ["abitofhelp"] +licenses = "BSD-3-Clause" +website = "https://github.com/abitofhelp/tzif" +project-files = ["tzif.gpr"] +tags = [ + "timezone", + "zoneinfo", + "tzif", + "tzdata", + "iana", + "time", + "rfc9636", + "parser", + "functional", + "result-monad", +] + +[build-switches] +"*".Ada_Version = "Ada2022" +"*".Style_Checks = "yes" + +[[depends-on]] +gnat = ">=13" + +[[depends-on]] +gnatcoll = "^25.0.0" + +[[depends-on]] +functional = "^3.0.0" + + +[origin] +commit = "b99616a3d5c5664cd43ef4e4486340d5e2b58cde" +url = "git+https://github.com/abitofhelp/tzif_ada.git" +