From 1202a4905acddc2810d4ec9468cf0500500f2068 Mon Sep 17 00:00:00 2001 From: Francesc Rocher Date: Tue, 19 Sep 2023 11:44:19 +0200 Subject: [PATCH] euler_tools 1.2.1 (#899) * euler_tools 1.2.0 * Fix compilation with gnat-13.1.1 --- index/eu/euler_tools/euler_tools-1.2.1.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/eu/euler_tools/euler_tools-1.2.1.toml diff --git a/index/eu/euler_tools/euler_tools-1.2.1.toml b/index/eu/euler_tools/euler_tools-1.2.1.toml new file mode 100644 index 000000000..3d75ce547 --- /dev/null +++ b/index/eu/euler_tools/euler_tools-1.2.1.toml @@ -0,0 +1,18 @@ +name = "euler_tools" +description = "Assortment of mathematical functions to solve Project Euler problems." +version = "1.2.1" + +authors = ["Francesc Rocher"] +maintainers = ["Francesc Rocher "] +maintainers-logins = ["rocher"] +licenses = "MIT" +tags = ["project-euler", "mathematics"] +website = "https://github.com/rocher/euler_tools" + +[[depends-on]] +gnat = ">=2021 | (>=12 & <2000)" + +[origin] +commit = "abbebcb10c1ea2fe69cc1345ebe9ea0e87f901e1" +url = "git+https://github.com/rocher/euler_tools.git" +