Add initial prototype.
This commit is contained in:
18
1-base/math/alire.toml
Normal file
18
1-base/math/alire.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
name = "lace_math"
|
||||
description = "Provides an Ada package family covering pure and applied mathematics."
|
||||
version = "0.1.1"
|
||||
|
||||
authors = ["Rod Kay"]
|
||||
maintainers = ["Rod Kay <rodakay5@gmail.com>"]
|
||||
maintainers-logins = ["charlie5"]
|
||||
|
||||
licenses = "ISC"
|
||||
website = "https://github.com/charlie5/lace-alire"
|
||||
tags = ["math", "arithmetic", "algebra", "geometry"]
|
||||
|
||||
long-description = "\nContains:\n\n - Pure\n - Arithmetic (covers quantity)\n - Algebra (covers structure)\n - Geometry (covers space)\n - Analysis (covers change)\n\n - Applied\n - Statistics\n - Computational\n\n"
|
||||
|
||||
project-files = ["library/math.gpr"]
|
||||
|
||||
[[depends-on]]
|
||||
lace_shared = "~0.1"
|
||||
Reference in New Issue
Block a user