Difference between revisions of "Netclasses"
Jump to navigation
Jump to search
(New) |
(1.1.0 release) |
||
Line 1: | Line 1: | ||
{{Framework| | {{Framework| | ||
shortdescription = netclasses is an asynchronous networking library | | shortdescription = netclasses is an asynchronous networking library | | ||
− | currentversion = [http://netclasses. | + | currentversion = [http://savannah.nongnu.org/download/gap/netclasses-1.1.0.tar.gz 1.1.0] | |
− | releasedate = | + | releasedate = Apr 04, 2015 | |
− | license = | + | license = LGPL 2.1 or later| |
− | overview = netclasses is an easy to use, unbloated API for handling asynchronous connections in Objective-C under GNUstep as well as OS X. It can also be used for synchronous connections but this is -not- its primary use. | | + | overview = netclasses is an easy to use, unbloated API for handling asynchronous connections in Objective-C under GNUstep as well as OS X. It can also be used for synchronous connections but this is -not- its primary use. |
+ | |||
+ | netclasses were imported into GAP and released there first with v. 1.1.0 | ||
+ | | | ||
features = | | features = | | ||
maintainer = [mailto:aeruder@ksu.edu Andrew Ruder] | | maintainer = [mailto:aeruder@ksu.edu Andrew Ruder] | | ||
− | relatedlinks = * http:// | + | relatedlinks = * http://gap.nongnu.org/talksoup/index.html | |
category = [[Category:Networking_Frameworks]] | category = [[Category:Networking_Frameworks]] | ||
}} | }} |
Latest revision as of 20:32, 4 April 2015
netclasses is an asynchronous networking library
Current Version: 1.1.0
- Released: Apr 04, 2015
- Licensed: LGPL 2.1 or later
Overview
netclasses is an easy to use, unbloated API for handling asynchronous connections in Objective-C under GNUstep as well as OS X. It can also be used for synchronous connections but this is -not- its primary use.
netclasses were imported into GAP and released there first with v. 1.1.0
Features
Maintainer
Related Links