diff --git a/index/de/deepend/deepend-3.12.0.toml b/index/de/deepend/deepend-3.12.0.toml new file mode 100644 index 000000000..f8d31225e --- /dev/null +++ b/index/de/deepend/deepend-3.12.0.toml @@ -0,0 +1,41 @@ +name = "deepend" +description = "Bounded & Unbounded memory storage pools with subpool capabilities" +version = "3.12" + +authors = ["Brad Moore"] +maintainers = ["Brad Moore "] +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" +