euler_tools 1.0.1 (#744)

* Euler Tools 1.0.1

First public release.

* Add dependency gnta>=12.0.0

* Use switch -gnat2020

* Fix gnat dependencies

* New release commit id
This commit is contained in:
Francesc Rocher
2023-02-20 20:21:31 +01:00
committed by GitHub
parent b05896c1f3
commit cc6b374bc9
@@ -0,0 +1,17 @@
name = "euler_tools"
description = "Assortment of mathematical functions to solve Project Euler problems."
version = "1.0.1"
authors = ["Francesc Rocher"]
maintainers = ["Francesc Rocher <francesc.rocher@gmail.com>"]
maintainers-logins = ["rocher"]
licenses = "MIT"
tags = ["project-euler", "mathematics"]
website = "https://github.com/rocher/euler_tools"
[[depends-on]]
gnat = ">=2021 | (>=12 & <2000)"
[origin]
commit = "6e644221c887e1ca63017319e6654378dbd5e036"
url = "git+https://github.com/rocher/euler_tools.git"