File: control

package info (click to toggle)
python-enet 0.0~vcs.2022.12.26.git-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: python: 341; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 760 bytes parent folder | download
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
Source: python-enet
Section: python
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
Build-Depends:
 cython3,
 debhelper-compat (= 13),
 dh-python,
 libenet-dev (>= 1.3.17),
 python3-all-dev,
 python3-setuptools,
Standards-Version: 4.6.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:
 ${python: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.