From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:590c:0:b0:3e3:8172:ff21 with SMTP id 12-20020ac8590c000000b003e38172ff21mr775742qty.8.1681395447653; Thu, 13 Apr 2023 07:17:27 -0700 (PDT) X-Received: by 2002:a81:e443:0:b0:54c:fd7:476e with SMTP id t3-20020a81e443000000b0054c0fd7476emr1514154ywl.3.1681395447393; Thu, 13 Apr 2023 07:17:27 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 13 Apr 2023 07:17:27 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=128.175.8.12; posting-account=es6tdQoAAABG0JD-zg4XEg34h5fepyKP NNTP-Posting-Host: 128.175.8.12 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <30b4ef1e-cca5-4837-9228-640e66d0d96bn@googlegroups.com> Subject: Currency Library for Ada? From: "A.J." Injection-Date: Thu, 13 Apr 2023 14:17:27 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1683 Xref: news.eternal-september.org comp.lang.ada:65094 List-Id: Does anyone know if Ada has a currency library? Ideally one that includes the ISO 4217 currency standard? I've seen currency referenced as examples in the Style Guide[1] and other documentation[2] but I'm having trouble searching for anything concrete (and googling "ada" and "currency" has not helped due to some unfortunately named crypto stuff). I'm also interested in if there's any ada libraries for iso 3166 (country codes). If none of this exists, that's fine, it just gives me a reason to build it out myself, but I don't want duplication of effort :) AJ. [1] https://ada-lang.io/docs/style-guide/Reusability/#guideline-16 [2] https://docs.adacore.com/live/wave/aunit/html/aunit_cb/aunit_cb/fixture.html