euler_tools 1.1.0, 1.1.1 (#774)
* 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 * Euler Tools 1.1.0 * Euler tools 1.1.1
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name = "euler_tools"
|
||||
description = "Assortment of mathematical functions to solve Project Euler problems."
|
||||
version = "1.1.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 = "71be29f044b241d92e22641142f92d4feb1017c0"
|
||||
url = "git+https://github.com/rocher/euler_tools.git"
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
name = "euler_tools"
|
||||
description = "Assortment of mathematical functions to solve Project Euler problems."
|
||||
version = "1.1.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 = "cf37e6f90e522bcdb3e005e42b94ab52fe94c620"
|
||||
url = "git+https://github.com/rocher/euler_tools.git"
|
||||
|
||||
Reference in New Issue
Block a user