Releasing The Ada ISO Library (#804)

* Releasing The Ada ISO Library

This is the initial release for the Ada ISO Library, which at the moment contains the implementation of ISO 3166-1 (Country Codes) with other implementations planned next (such as currencies).

* Releasing The Ada ISO Library

This is the initial release for the Ada ISO Library, which at the moment contains the implementation of ISO 3166-1 (Country Codes) with other implementations planned next (such as currencies).
This commit is contained in:
A.J. Ianozi
2023-05-05 07:34:07 -04:00
committed by GitHub
parent 5174b6adad
commit a347650e54
+15
View File
@@ -0,0 +1,15 @@
name = "iso"
description = "ISO Standard references for Ada such as ISO 1366 country codes."
version = "1.0.0"
licenses = "MIT"
website = "https://github.com/ada-iso/ada_iso/"
tags = [ "countries", "iso-1366" ]
authors = ["AJ Ianozi"]
maintainers = ["AJ Ianozi <aj@ianozi.com>"]
maintainers-logins = ["AJ-Ianozi"]
[origin]
commit = "f54440c0264c1ef8dd8cccf37d1a8a6c15294fb7"
url = "git+https://github.com/ada-iso/ada_iso.git"