From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!hq-usenetpeers.eweka.nl!hq-usenetpeers.eweka.nl!ecngs!feeder2.ecngs.de!81.171.118.61.MISMATCH!peer01.fr7!futter-mich.highwinds-media.com!news.highwinds-media.com!fx23.am4.POSTED!not-for-mail From: Felix Krause Newsgroups: comp.lang.ada Message-ID: <2017081710482765630-contact@flyx.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: ANN: AdaYaml 0.1.0 (initial release) User-Agent: Unison/2.2 X-Complaints-To: abuse@eweka.nl NNTP-Posting-Date: Thu, 17 Aug 2017 08:48:27 UTC Organization: Eweka Internet Services Date: Thu, 17 Aug 2017 10:48:27 +0200 X-Received-Body-CRC: 2190407718 X-Received-Bytes: 1775 X-Original-Bytes: 1553 Xref: news.eternal-september.org comp.lang.ada:47734 Date: 2017-08-17T10:48:27+02:00 List-Id: I am happy to announce the first release of AdaYaml, an experimental YAML implementation in Ada 2012. This release is made in the spirit of „release early, release often“. It is still rough around the edges, features are still missing, and the API is far from stable. However, I make this release in the hope to get feedback about the general API design and usability. The background of this library is that I am part of a working group designing YAML 1.3 and wrote this implementation to test proposed changes to YAML 1.2. This means that AdaYaml does not conform to the YAML 1.2 spec, since it already implements some of the proposed changes. However, all of these concern edge cases and I am pretty confident that a common YAML 1.2 document will parse propertly with AdaYaml. More background and (currently sparse) documentation is available on the library's website [1], the release is available as tag of the GitHub repository [2]. [1]: https://ada.yaml.io [2]: https://github.com/yaml/AdaYaml/tags -- Regards, Felix Krause