8239a7d09b
* Update metadata in mathpaqs-20230121.0.0.toml Only metadata change (long description + tags). * Update mathpaqs-20230121.0.0.toml * Update mathpaqs-20230121.0.0.toml limited tags to 15 chars
53 lines
1.8 KiB
TOML
53 lines
1.8 KiB
TOML
description = "A collection of mathematical, 100% portable, packages"
|
|
name = "mathpaqs"
|
|
version = "20230121.0.0"
|
|
website = "https://mathpaqs.sourceforge.io/"
|
|
long-description = """
|
|

|
|
|
|
Various mathematical packages including algebra, finite elements, random variables, probability dependency models, unlimited integers.
|
|
|
|
Key features of Mathpaqs:
|
|
|
|
* Standalone
|
|
* Pure Ada
|
|
* Unconditionally portable (*)
|
|
* Tests and demos included
|
|
* **Free**, Open-Source
|
|
|
|
___
|
|
|
|
(*) within limits of compiler's provided integer types and target architecture capacity.
|
|
"""
|
|
authors = ["Gautier de Montmollin"]
|
|
executables = ["arenstorf", "arithmetic_compression",
|
|
"biomorph", "champ_vt", "cr_demo",
|
|
"fractal", "ppm2func", "show_floats_limits",
|
|
"test_beta", "test_cholesky", "test_copulas", "test_ert",
|
|
"test_estimators", "test_formulas", "test_gamma",
|
|
"test_generic_real_linear_equations", "test_normal",
|
|
"test_pareto", "test_poisson", "test_qr",
|
|
"test_random_performance", "test_rsa",
|
|
"test_samples", "test_sparse", "test_u_rand",
|
|
"test_discrete_random_simulation"]
|
|
project-files = ["mathpaqs.gpr", "mathpaqs_test.gpr"]
|
|
licenses = "MIT"
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo", "zertovitch"]
|
|
tags = ["algebra",
|
|
"contour", "contour-plot",
|
|
"formula-parser",
|
|
"fractal",
|
|
"kutta",
|
|
"linear-algebra", "mathematics", "matrix",
|
|
"numerics",
|
|
"pareto",
|
|
"poisson",
|
|
"polynomial", "probability",
|
|
"random", "rational", "runge", "runge-kutta",
|
|
"statistics"]
|
|
|
|
[origin]
|
|
url = "https://sourceforge.net/projects/mathpaqs/files/mathpaqs_2023_01_21.zip"
|
|
hashes = ["sha512:773568e53ad59b7e7a55816e1b5cc57f9a20518e80b8942f2f4a5235afc6433984fc8e85a608e7743b12caa30fba4c9adce74a1a6f296c5c1595fe55ae6dc3d5"]
|