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
|
Source: python-pyasn1-modules
Section: python
Priority: optional
Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
Build-Depends: debhelper (>= 8~), dh-python,
python-all, python-pyasn1 (>= 0.1.8),
python3-all, python3-pyasn1 (>= 0.1.8)
Standards-Version: 3.9.6
Homepage: http://pypi.python.org/pypi/pyasn1-modules
Vcs-Git: git://git.debian.org/collab-maint/python-pyasn1-modules.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pyasn1-modules.git;a=summary
Package: python-pyasn1-modules
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pyasn1
Description: Collection of protocols modules written in ASN.1 language
This is a small but growing collection of ASN.1 data structures
expressed in Python terms using pyasn1 data model.
.
It's thought to be useful to protocol developers and testers.
.
Please note that pyasn1_modules is neither part of the pyasn1 package
nor related to it.
Package: python3-pyasn1-modules
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pyasn1
Description: Collection of protocols modules written in ASN.1 language (Python 3)
This is a small but growing collection of ASN.1 data structures
expressed in Python terms using pyasn1 data model.
.
It's thought to be useful to protocol developers and testers.
.
Please note that pyasn1_modules is neither part of the pyasn1 package
nor related to it.
|