Source: gnustep-netclasses
Section: libs
Priority: optional
Maintainer: Brent A. Fulgham <bfulgham@debian.org>
Build-Depends: debhelper (>= 4.0.0), libgnustep-base1.11-dev, gnustep-make (>= 1.11.1-1)
Standards-Version: 3.6.1.1
 
Package: gnustep-netclasses
Section: libs
Architecture: any
Depends: libgnustep-base1.11, ${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.
