Files
Francesc Rocher 0805012282 euler_tools 1.3.0 (#928)
* euler_tools 1.2.0

* Fix compilation with gnat-13.1.1

* euler_tool 1.3.0
2023-12-11 18:49:14 +01:00

19 lines
523 B
TOML

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