Skip to content

Commit

Permalink
deepend 3.12.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Moore committed Dec 11, 2024
1 parent e798fd3 commit 47da513
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions index/de/deepend/deepend-3.12.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name = "deepend"
description = "Bounded & Unbounded memory storage pools with subpool capabilities"
version = "3.12"

authors = ["Brad Moore"]
maintainers = ["Brad Moore <[email protected]>"]
maintainers-logins = ["beemirang"]
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1"
website = "https://github.com/beemirang/deepend"
tags = ["ada", "memory", "storage-pools", "subpools"]
project-files = ["deepend.gpr"]

executables = ["test_dynamic_pools_ada95",
"test_dynamic_pools_ada2005",
"test_dynamic_pools_ada2012",
"test_dynamic_pools_ada2022",
"test_bounded_dynamic_pools_ada95",
"test_bounded_dynamic_pools_ada2005",
"test_bounded_dynamic_pools_ada2012",
"test_bounded_dynamic_pools_ada2022",
"binary_trees_basic_pool_ada95",
"binary_trees_basic_pool_ada2005",
"binary_trees_basic_pool_ada2012",
"binary_trees_basic_pool_ada2022",
"binary_trees_basic_bounded_pool_ada95",
"binary_trees_basic_bounded_pool_ada2005",
"binary_trees_basic_bounded_pool_ada2012",
"binary_trees_basic_bounded_pool_ada2022",
"binary_trees_with_subpools_ada95",
"binary_trees_with_subpools_ada2005",
"binary_trees_with_subpools_ada2012",
"binary_trees_with_subpools_ada2022",
"binary_trees_with_bounded_subpools_ada95",
"binary_trees_with_bounded_subpools_ada2005",
"binary_trees_with_bounded_subpools_ada2012",
"binary_trees_with_bounded_subpools_ada2022"]

[origin]
commit = "df89d2652bc10e1ce90e607a71ab97e9c87a87db"
url = "git+https://github.com/beemirang/deepend.git"

0 comments on commit 47da513

Please sign in to comment.