1README file for adasockets.
2
3AdaSockets is a medium binding (it is not a thin binding because it uses Ada
4types and not a thick binding because you have the same subprogram names as
5in C) for using BSD-style sockets in Ada.
6
7Since the original release, I have been adding multicast and fixed some
8bugs. However, it is likely that others remain.
9
10To use AdaSockets with gnatmake once installed, type:
11
12    $ gnatmake $(adasockets-config) ...
13
14The `adasockets-config` part will add the correct options to gnatmake command
15line.
16
17AdaSockets is free software; you can redistribute it and/or modify it
18under terms of the GNU General Public License as published by the Free
19Software Foundation; either version 2, or (at your option) any later
20version.  AdaSockets is distributed in the hope that it will be
21useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
22MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
23General Public License for more details.  You should have received a
24copy of the GNU General Public License distributed with AdaSockets;
25see file COPYING.  If not, write to the Free Software Foundation, 59
26Temple Place - Suite 330, Boston, MA 02111-1307, USA.
27
28As a special exception, if other files instantiate generics from this
29unit, or you link this unit with other files to produce an executable,
30this unit does not by itself cause the resulting executable to be
31covered by the GNU General Public License.  This exception does not
32however invalidate any other reasons why the executable file might be
33covered by the GNU Public License.
34
35The main repository for this software is located at:
36    http://www.rfc1149.net/devel/adasockets
37
38Please report any issues or address any question to the issues tracker
39on GitHub, located at:
40    https://github.com/samueltardieu/adasockets/issues
41
42The author, Samuel Tardieu <sam@rfc1149.net>
43