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
|
Source: python-enet
Section: python
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
Build-Depends:
cython3,
debhelper (>= 10~),
dh-python,
libenet-dev,
python3-dev
Standards-Version: 4.1.1
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
Rules-Requires-Root: no
Package: python3-enet
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Breaks:
${python3:Breaks}
Description: Python3 wrapper for the ENet library
python-enet provides a thin wrapper around the enet networking
library. ENet is a thin layer to provide reliable communication over
UDP.
|