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!mx02.eternal-september.org!feeder.eternal-september.org!news.albasani.net!reality.xs3.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: Tero Koskinen Newsgroups: comp.lang.ada Subject: Re: ANN: Libraries and bindings. Date: Fri, 5 Feb 2016 17:25:17 +0200 Organization: JSA Research & Innovation Message-ID: References: NNTP-Posting-Host: 37-33-27-40.bb.dnainternet.fi Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: loke.gir.dk 1454685916 6438 37.33.27.40 (5 Feb 2016 15:25:16 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 5 Feb 2016 15:25:16 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: Xref: news.eternal-september.org comp.lang.ada:29360 Date: 2016-02-05T17:25:17+02:00 List-Id: 4.2.2016, 0.49, darkestkhan wrote: > Since Randy brought it up that we should post here about our projects if we want more people to know about them I will do just that. This is not particularly long list but nonetheless some of you may find something from this quite useful. IIRC everything (or almost everything) is licensed under BSD/ISC license. All projects build with gprbuild just fine (didn't test building them Here my (hobby) projects. Like darkestkhan's libraries, most of my projects are distributed under permissive open source ISC license: Ahven, unit test framework for Ada 95/2005/2012 - http://www.ahven-framework.com/ (web site) - https://bitbucket.org/tkoskine/ahven (mercurial repository) - works with Janus/Ada, ICCAda, GNAT - mature library, users around Europe/US Jdaughter, JSON parser/generator for Ada 95 - https://bitbucket.org/tkoskine/jdaughter - works with Janus/Ada, ICCAda, GNAT - under development (no official release) Ladybird, Twitter library/command line client (Ada 95) - https://bitbucket.org/tkoskine/ladybird - works with Janus/Ada, ICCAda, GNAT - under development (no official release) AVR-Ada + Arduino blog - http://arduino.ada-language.com/ - a blog, not a library - example code at https://bitbucket.org/tkoskine/arduino-blog Portable sqlite3 bindings for Ada 95 - https://bitbucket.org/tkoskine/sqlite3-ada - works with Janus/Ada, ICCAda, GNAT - under development (no official release) NFC+PN532 driver for AVR-Ada - https://bitbucket.org/tkoskine/arduino-pn532 - Reads Mifare Classic tags and NFC type 2/4 tags - Writes NFC type 2/4 tags - Emulates NFC type 4 tags - under development, needs AVR-Ada (avr-gnat) - I plan to do Raspberry Pi + Linux + native GNAT version at some point Not Claw Sockets (NC.Sockets) for x86_64 Linux - https://bitbucket.org/tkoskine/not-claw-sockets-linux-x86 - development has been stalled since 2013 (no time because of other Ada projects) In addition, I do contributions to AVR-Ada occasionally - http://sourceforge.net/projects/avr-ada/ Yours, Tero