blob: 5cd3057b72f6a79c4117f5fd470f0143a1a28c6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Source: python-enet
Section: python
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
python-all-dev,
cython,
libenet-dev
Standards-Version: 3.9.2
Homepage: https://github.com/aresch/pyenet
Vcs-Browser: https://browse.dgit.debian.org/python-enet.git/
Vcs-Git: https://git.dgit.debian.org/python-enet
Package: python-enet
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
Breaks: ${python:Breaks}
Description: wrapper for the ENet library
python-enet provides a thin wrapper around the enet networking
library. ENet is a thin layer to provide reliable comunication over
UDP.
|