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 69 70 71 72 73 74 75 76
|
Source: enet
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Gonéri Le Bouder <goneri@rulezlan.org>,
Ansgar Burchardt <ansgar@debian.org>
Build-Depends: debhelper (>= 8.1.3), autotools-dev, doxygen
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-games/enet.git
Vcs-Browser: http://git.debian.org/?p=pkg-games/enet.git
Homepage: http://enet.bespin.org/
Package: libenet1a
Replaces: libenet1
Conflicts: libenet1
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Multi-Arch: same
Description: thin network communication layer on top of UDP
ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary
feature it provides is optional reliable, in-order delivery of packets.
.
ENet is NOT intended to be a general purpose high level networking library
that handles authentication, lobbying, server discovery, compression,
encryption and other high level, often application level or dependent tasks.
Package: libenet-dev
Section: libdevel
Depends: ${misc:Depends}, libenet1a (= ${binary:Version})
Recommends: libenet-doc, libenet1a-dbg
Replaces: libenet1-dev (<< 1.2)
Architecture: any
Description: thin network communication layer on top of UDP - headers
ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary
feature it provides is optional reliable, in-order delivery of packets.
.
ENet is NOT intended to be a general purpose high level networking library
that handles authentication, lobbying, server discovery, compression,
encryption and other high level, often application level or dependent tasks.
.
This package contains the development files.
Package: libenet1a-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libenet1a (= ${binary:Version})
Description: thin network communication layer on top of UDP - debug symbols
ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary
feature it provides is optional reliable, in-order delivery of packets.
.
ENet is NOT intended to be a general purpose high level networking library
that handles authentication, lobbying, server discovery, compression,
encryption and other high level, often application level or dependent tasks.
.
This package contains the debugging symbols for the library.
Package: libenet-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: thin network communication layer on top of UDP - documentation
ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary
feature it provides is optional reliable, in-order delivery of packets.
.
ENet is NOT intended to be a general purpose high level networking library
that handles authentication, lobbying, server discovery, compression,
encryption and other high level, often application level or dependent tasks.
.
This package includes the documentation.
|