File: control

package info (click to toggle)
python-nanomsg 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 234
  • sloc: python: 728; ansic: 431; makefile: 7
file content (44 lines) | stat: -rw-r--r-- 1,535 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: python-nanomsg
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonathon Love <jon@thon.cc>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-dev,
               python3-all,
               python3-setuptools,
               python3-dev,
               libnanomsg-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-nanomsg.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-nanomsg.git
Homepage: https://github.com/tonysimpson/nanomsg-python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-nanomsg
Architecture: any
Depends: ${python:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Python wrapper for nanomsg (Python 2)
 nanomsg is a socket library that provides several common communication
 patterns. It aims to make the networking layer fast, scalable, and
 easy to use.
 .
 This package provides a wrapper for nanomsg for Python 2

Package: python3-nanomsg
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Python wrapper for nanomsg (Python 3)
 nanomsg is a socket library that provides several common communication
 patterns. It aims to make the networking layer fast, scalable, and
 easy to use.
 .
 This package provides a wrapper for nanomsg for Python 3