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/
This commit is contained in:
A.J. Ianozi
2023-08-21 14:20:50 +00:00
committed by GitHub
parent c066588e1b
commit 6522ba215c
+20
View File
@@ -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 <aj@ianozi.com>"]
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"