From c5f00e30f0e1e7f8532d85bbc49bde15b7e33164 Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Tue, 23 Jun 2026 18:31:47 +1000 Subject: [PATCH] lace_math 1.0.0 (via `alr publish`) (#1966) --- index/la/lace_math/lace_math-1.0.0.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 index/la/lace_math/lace_math-1.0.0.toml diff --git a/index/la/lace_math/lace_math-1.0.0.toml b/index/la/lace_math/lace_math-1.0.0.toml new file mode 100644 index 00000000..04d26ee2 --- /dev/null +++ b/index/la/lace_math/lace_math-1.0.0.toml @@ -0,0 +1,24 @@ +name = "lace_math" +description = "Provides an Ada package family covering pure and applied mathematics." +version = "1.0.0" + +authors = ["Rod Kay"] +maintainers = ["Rod Kay "] +maintainers-logins = ["charlie5"] + +licenses = "ISC" +website = "https://github.com/charlie5/lace" +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 = "^1.0.0" + +[origin] +commit = "934d277661e0ed8bdc2013f9fe24ac00c99a544c" +subdir = "./1-base/math/" +url = "git+https://github.com/charlie5/lace.git" +