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.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:1828:b0:3e6:457f:9ed1 with SMTP id t40-20020a05622a182800b003e6457f9ed1mr3089747qtc.5.1681584729285; Sat, 15 Apr 2023 11:52:09 -0700 (PDT) X-Received: by 2002:a25:d290:0:b0:b92:3804:de42 with SMTP id j138-20020a25d290000000b00b923804de42mr681679ybg.10.1681584728968; Sat, 15 Apr 2023 11:52:08 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!news.uzoreto.com!peer01.ams4!peer.am4.highwinds-media.com!peer03.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: Sat, 15 Apr 2023 11:52:08 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=68.163.48.153; posting-account=es6tdQoAAABG0JD-zg4XEg34h5fepyKP NNTP-Posting-Host: 68.163.48.153 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1fdb945b-fc6d-41dd-9c27-41a7fe9019fdn@googlegroups.com> Subject: Looking for feedback: ISO 3166-1 country Country Code Reference in Ada From: "A.J." Injection-Date: Sat, 15 Apr 2023 18:52:09 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1637 Xref: news.eternal-september.org comp.lang.ada:65100 List-Id: I just created a library for accessing ISO 3166-1 records in Ada compatible= with Ada.Locales. Before I try to publish it to Alire, I'm hoping to get s= ome feedback if anyone has some. It's possible that feedback will result in= the function calls, naming convention, or structure being set up different= ly, so please let me know what you think. https://github.com/AJ-Ianozi/iso_3166 I also posted this on the subreddit, so apologies for any redundancy for th= ose viewing both!