1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: hawknl
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Barry deFreese <bdefreese@debian.org>
Build-Depends: debhelper (>= 5.0.0), quilt
Standards-Version: 3.8.3
Homepage: http://hawksoft.com/hawknl/
Vcs-Git: git://git.debian.org/pkg-games/hawknl.git
Vcs-Browser: http://git.debian.org/?p=pkg-games/hawknl.git;a=summary
Package: libhawknl-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libhawknl (= ${binary:Version})
Description: Hawk game oriented network library API (development headers)
HawkNL is a free, open source, game oriented network API.
.
HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix
Sockets and Winsock. But NL also provides other features
including support for:
* Multiple operating systems.
* Groups of sockets
* Socket statistics
* High accuracy timer
* CRC functions
* Macros to read and write data to packets with endian conversion
* Multiple network transports.
.
This package contains the development libraries and headers.
Package: libhawknl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hawk game oriented network library API
HawkNL is a free, open source, game oriented network API.
.
HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix
Sockets and Winsock. But NL also provides other features
including support for:
* Multiple operating systems.
* Groups of sockets
* Socket statistics
* High accuracy timer
* CRC functions
* Macros to read and write data to packets with endian conversion
* Multiple network transports.
Package: libhawknl-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libhawknl (= ${binary:Version})
Priority: extra
Description: Hawk game oriented network library API (debug package)
HawkNL is a free, open source, game oriented network API.
.
HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix
Sockets and Winsock. But NL also provides other features
including support for:
* Multiple operating systems.
* Groups of sockets
* Socket statistics
* High accuracy timer
* CRC functions
* Macros to read and write data to packets with endian conversion
* Multiple network transports.
.
This package contains the debug symbols.
|