From a347650e54fcd3177eae605ccea2d9dceac57990 Mon Sep 17 00:00:00 2001 From: "A.J. Ianozi" Date: Fri, 5 May 2023 07:34:07 -0400 Subject: [PATCH] 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). --- index/is/iso/iso-1.0.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/is/iso/iso-1.0.0.toml diff --git a/index/is/iso/iso-1.0.0.toml b/index/is/iso/iso-1.0.0.toml new file mode 100644 index 00000000..fa356406 --- /dev/null +++ b/index/is/iso/iso-1.0.0.toml @@ -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 "] +maintainers-logins = ["AJ-Ianozi"] + +[origin] +commit = "f54440c0264c1ef8dd8cccf37d1a8a6c15294fb7" +url = "git+https://github.com/ada-iso/ada_iso.git" +