Files
alire-index-community/index/ca/cashe/cashe-1.0.0.toml
T
A.J. Ianozi 6522ba215c 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/
2023-08-21 16:20:50 +02:00

21 lines
491 B
TOML

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"