Go to file
Samuel Tardieu b9dae4b85a More installation instructions 2023-06-15 10:39:40 +02:00
.github Configure bors 2018-03-15 11:43:45 +01:00
contrib
doc Update copyright notice 2020-06-18 15:31:47 +02:00
examples Update copyright notice 2020-06-18 15:31:47 +02:00
man Update manpage 2010-03-18 20:08:20 +01:00
rtems Add RTEMS support 2007-11-03 15:18:23 +01:00
src Update copyright notice 2020-06-18 15:31:47 +02:00
support Update texinfo support file 2020-06-18 15:10:45 +02:00
tests Update copyright notice 2020-06-18 15:31:47 +02:00
utils Use automake for distribution 2010-03-18 19:38:18 +01:00
vms Remove traces of older VCS 2007-11-05 10:41:55 +01:00
.gitignore Add tests 2015-12-02 15:47:49 +01:00
.travis.yml Only run tests on bors branches 2018-03-15 11:41:29 +01:00
AUTHORS.md Convert instructions to md format and file names 2015-09-22 00:55:55 +02:00
COPYING
GMGPL Add GMGPL text as a separate file 2010-03-07 18:17:33 +01:00
INSTALL.md More installation instructions 2023-06-15 10:39:40 +02:00
Makefile.VMS
Makefile.am Distribute src/adasockets.gpr.in with the source code 2020-06-18 15:25:07 +02:00
README-RTEMS.md Convert instructions to md format and file names 2015-09-22 00:55:55 +02:00
README.md Fix README.md formatting 2018-04-09 17:34:15 +02:00
configure.ac Prepare for version 1.12 2020-06-18 15:33:07 +02:00

README.md

README file for adasockets.

AdaSockets is a medium binding (it is not a thin binding because it uses Ada types and not a thick binding because you have the same subprogram names as in C) for using BSD-style sockets in Ada.

Since the original release, I have been adding multicast and fixed some bugs. However, it is likely that others remain.

To use AdaSockets with gnatmake once installed, type:

$ gnatmake $(adasockets-config) ...

The adasockets-config part will add the correct options to gnatmake command line.

AdaSockets is free software; you can redistribute it and/or modify it under terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. AdaSockets is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License distributed with AdaSockets; see file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

As a special exception, if other files instantiate generics from this unit, or you link this unit with other files to produce an executable, this unit does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Public License.

The main repository for this software is located at: http://www.rfc1149.net/devel/adasockets

Please report any issues or address any question to the issues tracker on GitHub, located at: https://github.com/samueltardieu/adasockets/issues

The author, Samuel Tardieu sam@rfc1149.net