1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: pyasn1
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>, Jan Luebbe <jluebbe@debian.org>
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5.0.37.2),
cdbs (>= 0.4.42),
python-dev (>= 2.3.5-7),
python-support (>= 0.3)
Build-Depends-Indep: python-setuptools (>= 0.6b3)
Homepage: http://pyasn1.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyasn1/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/?op=log
Package: python-pyasn1
Architecture: all
Depends: ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: ASN.1 library for Python
This is an implementation of ASN.1 types and codecs in Python
programming language. It has been first written to support particular
protocol (SNMP) but then generalized to be suitable for a wide range
of protocols based on ASN.1 specification.
|