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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,39bde956b245c191 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.15.105 with SMTP id w9mr19135749pbc.7.1323030361745; Sun, 04 Dec 2011 12:26:01 -0800 (PST) Path: lh20ni69481pbb.0!nntp.google.com!news2.google.com!goblin2!goblin3!goblin.stu.neva.ru!newsfeed3.funet.fi!newsfeeds.funet.fi!fi.sn.net!newsfeed2.tdcnet.fi!news.song.fi!not-for-mail Date: Sun, 4 Dec 2011 22:25:01 +0200 From: Tero Koskinen Newsgroups: comp.lang.ada Subject: Re: How to nicely distribute a simple Ada library? Message-Id: <20111204222501.d7bb64eb32c39ceb4ac75829@iki.fi> References: X-Newsreader: Sylpheed 3.2.0beta3 (GTK+ 2.24.8; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Organization: NBL Networks Oy NNTP-Posting-Host: 217.30.184.161 X-Trace: 1323030462 news.nbl.fi 4366 217.30.184.161:37147 X-Complaints-To: abuse@nblnetworks.fi Xref: news2.google.com comp.lang.ada:14821 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: 2011-12-04T22:25:01+02:00 List-Id: On Sun, 4 Dec 2011 11:19:49 +0000 (UTC) Natasha Kerensikova wrote: > Hello, > > sorry for spamming you again, and for the arrogance of thinking anyone > might possibly want to use my code, but I'm wondering what is the best > way to distribute a library (once it's ready for release) written in > Ada. Check how other open source Ada projects do it. Examples: Ahven - http://sourceforge.net/projects/ahven/files/latest/download?source=files Alog - http://www.codelabs.ch/download/libalog-0.4.tar.bz2 Adacontrol - https://sourceforge.net/projects/adacontrol/files/adactl-src-1.13r8.tgz I personally try to ignore all distribution specific policies as much as possible and just make sure that my test program, which uses my libraries, works after I have installed ("make install") my library to the system. [1] At the moment in Ahven, I provide installer only for Linux/Unix systems. Windows users are expected to do the installation by hand (copy src\*.adb src\*.ads etc. c:\installation_directory). > > > > Thanks for your help, > Natasha -- Tero Koskinen - http://iki.fi/tero.koskinen/ [1] https://bitbucket.org/tkoskine/ahven/src/0d53c00ea8fe/tools/test_release.sh