a347650e54
* 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).
16 lines
429 B
TOML
16 lines
429 B
TOML
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"
|
|
|