1 |
30 |
unneback |
README file for adasockets version 0.1.3 (beta)
|
2 |
|
|
|
3 |
|
|
AdaSockets is a medium binding (it is not a thin binding because it uses Ada
|
4 |
|
|
types and not a thick binding because you have the same subprogram names as
|
5 |
|
|
in C) for using BSD-style sockets in Ada.
|
6 |
|
|
|
7 |
|
|
This package is in no way complete! This is a half-day work that will be
|
8 |
|
|
extended in the future. If there is an extension that you would like to see in,
|
9 |
|
|
drop a note to the author (Samuel Tardieu ).
|
10 |
|
|
|
11 |
|
|
As you may have noticed, the name is not really original. If you have a better
|
12 |
|
|
name, send me a note with your suggestion.
|
13 |
|
|
|
14 |
|
|
AdaSockets is free software; you can redistribute it and/or modify it
|
15 |
|
|
under terms of the GNU General Public License as published by the Free
|
16 |
|
|
Software Foundation; either version 2, or (at your option) any later
|
17 |
|
|
version. AdaSockets is distributed in the hope that it will be
|
18 |
|
|
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
20 |
|
|
General Public License for more details. You should have received a
|
21 |
|
|
copy of the GNU General Public License distributed with AdaSockets;
|
22 |
|
|
see file COPYING. If not, write to the Free Software Foundation, 59
|
23 |
|
|
Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
24 |
|
|
|
25 |
|
|
As a special exception, if other files instantiate generics from this
|
26 |
|
|
unit, or you link this unit with other files to produce an executable,
|
27 |
|
|
this unit does not by itself cause the resulting executable to be
|
28 |
|
|
covered by the GNU General Public License. This exception does not
|
29 |
|
|
however invalidate any other reasons why the executable file might be
|
30 |
|
|
covered by the GNU Public License.
|
31 |
|
|
|
32 |
|
|
The main repository for this software is located at:
|
33 |
|
|
http://www-inf.enst.fr/ANC/
|
34 |
|
|
|
35 |
|
|
The author, Samuel Tardieu
|