From 6522ba215cb94449dc5f81fa7c45f766a86b2f8f Mon Sep 17 00:00:00 2001 From: "A.J. Ianozi" Date: Mon, 21 Aug 2023 14:20:50 +0000 Subject: [PATCH] cashe 1.0.0 (#866) This is the initial release of Cashe, which is a decimal / fixed point money library for Ada. More information can be found here: https://github.com/AJ-Ianozi/Cashe/ --- index/ca/cashe/cashe-1.0.0.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index/ca/cashe/cashe-1.0.0.toml diff --git a/index/ca/cashe/cashe-1.0.0.toml b/index/ca/cashe/cashe-1.0.0.toml new file mode 100644 index 00000000..5123349d --- /dev/null +++ b/index/ca/cashe/cashe-1.0.0.toml @@ -0,0 +1,20 @@ +name = "cashe" +description = "A fixed-point decimal money library written in Ada." +version = "1.0.0" +licenses = "MIT" + +website = "https://github.com/AJ-Ianozi/Cashe/" +tags = [ "currency", "money", "decimal", "finance" ] + +authors = ["AJ Ianozi"] +maintainers = ["AJ Ianozi "] +maintainers-logins = ["AJ-Ianozi"] + +[[depends-on]] +iso = "^2.0.0" +gnat = ">=12 & <2000" + +[origin] +commit = "d142893b6036e384daa3e8a9172f133c204ee5a7" +url = "git+https://github.com/AJ-Ianozi/Cashe.git" +