Files
Francesc Rocher e8e326a699 Euler Tools 1.0.2 (#753)
* Euler Tools 1.0.1

First public release.

* Add dependency gnta>=12.0.0

* Use switch -gnat2020

* Fix gnat dependencies

* New release commit id

* Euler Tools 1.0.2
2023-03-03 10:27:52 +01:00

19 lines
523 B
TOML

name = "euler_tools"
description = "Assortment of mathematical functions to solve Project Euler problems."
version = "1.0.2"
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 = "96b733371126bd1d9759ac9ed6be89e9be4efc54"
url = "git+https://github.com/rocher/euler_tools.git"