From a4209c46d8a85cd99b819f522bf31528f3749a76 Mon Sep 17 00:00:00 2001 From: Bent Bracke Date: Wed, 26 Jan 2022 21:01:52 +0100 Subject: [PATCH] brackelib 0.0.2 (#430) * Initial release of my first crate :-) * Moved unit dependency out of crate * Delete brackelib-0.0.1.toml --- index/br/brackelib/brackelib-0.0.2.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/br/brackelib/brackelib-0.0.2.toml diff --git a/index/br/brackelib/brackelib-0.0.2.toml b/index/br/brackelib/brackelib-0.0.2.toml new file mode 100644 index 00000000..bd8e75e6 --- /dev/null +++ b/index/br/brackelib/brackelib-0.0.2.toml @@ -0,0 +1,15 @@ +name = "brackelib" +description = "Library which contains various utility packages." +long-description = "Ada library which contains various utility packages. Currently only a few implementations of abstract data types." +version = "0.0.2" +licenses = "CC0-1.0" +website = "https://github.com/bracke/brackelib" +tags = ["utility", "adt","stack", "queue"] +authors = ["Bent Bracke"] +maintainers = ["Bent Bracke "] +maintainers-logins = ["bracke"] + +[origin] +commit = "e08b60411a7469999cf69419780c76237aaa4d35" +url = "git+https://github.com/bracke/brackelib.git" +