Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Replace references to the mailing-list with the tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Aug 2, 2014
1 parent 1d16bcd commit 37b29fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
17 changes: 4 additions & 13 deletions README
Expand Up @@ -4,22 +4,9 @@ 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.

This package is in no way complete! This is a half-day work that will be
extended in the future. If there is an extension that you would like to see in,
please use the mailing-list (see http://www.rfc1149.net/devel/adasockets)
or drop a note to the author (Samuel Tardieu <sam@rfc1149.net>).

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

You need at least GNAT 3.15 to use AdaSockets. You can use it with other
compilers or with older versions of GNAT, but in this case you are on your
own as the build process is likely not to work out of the box (for example,
gnatmake needs to support the -u flag).

As you may have noticed, the name is not really original. If you have a better
name, send me a note with your suggestion.

To use AdaSockets with gnatmake once installed, type:

% gnatmake `adasockets-config` ...
Expand Down Expand Up @@ -47,5 +34,9 @@ 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>
8 changes: 2 additions & 6 deletions doc/adasockets.texi
Expand Up @@ -356,13 +356,9 @@ The latest version of AdaSockets can always be found at:

@center @url{http://www.rfc1149.net/devel/adasockets}

There is a mailing-list that you can use to discuss problem or
suggestions at:
You can report issues or submit questions on GitHub's issue tracker at:

@center @url{http://www.rfc1149.net/lists/info/adasockets}

Please use the mailing-list for questions and discussions. However, you
can send me patches by private mail (@email{sam@@rfc1149.net}).
@center @url{https://github.com/samueltardieu/adasockets/issues}

@node Index, , Resources on the Internet, Top
@unnumbered Index
Expand Down

0 comments on commit 37b29fa

Please sign in to comment.