1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: gnustep-netclasses
Section: libs
Priority: optional
Maintainer: Brent A. Fulgham <bfulgham@debian.org>
Build-Depends: debhelper (>= 4.0.0), libgnustep-base1.10-dev (>= 1.5.0-1)
Standards-Version: 3.6.1.1
Package: gnustep-netclasses
Section: libs
Architecture: any
Depends: libgnustep-base1.10, ${shlibs:Depends}, ${misc:Depends}
Conflicts: netclasses-framework
Description: Objective-C framework for socket programming with GNUstep
Netclasses is an easy to use interface to socket programming in Objective-C
with GNUstep. The core netclasses supports virtually any protocol, but the
distribution comes with everything needed for TCP/IP (opening ports,
background connections, etc.). Netclasses seamlessly integrates into
NSRunLoop, which means there should be no need for redesigning applications
to use it.
.
This is the framework needed to run, for example, TalkSoup.
|