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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: libtasn1-6
Section: libs
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Uploaders: Andreas Metzler <ametzler@debian.org>, Eric Dorland <eric@debian.org>, James Westby <jw+debian@jameswestby.net>, Simon Josefsson <simon@josefsson.org>
Build-Depends: debhelper (>= 9.20150628), bison, dh-autoreconf,
dpkg-dev (>= 1.17.14), help2man <!cross>
Build-Depends-Indep: gtk-doc-tools, texinfo, texlive-latex-base
Standards-Version: 3.9.8
Priority: standard
Vcs-Git: https://anonscm.debian.org/git/pkg-gnutls/libtasn1.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-gnutls/libtasn1.git
Homepage: http://www.gnu.org/software/libtasn1/
Package: libtasn1-6-dev
Section: libdevel
Architecture: any
Depends: libtasn1-6 (= ${binary:Version}), ${misc:Depends}
Recommends: libtasn1-doc (= ${source:Version})
Conflicts: libtasn1-dev
Provides: libtasn1-dev
Priority: optional
Multi-Arch: same
Description: Manage ASN.1 structures (development)
Manage ASN1 (Abstract Syntax Notation One) structures.
The main features of this library are:
* on-line ASN1 structure management that doesn't require any C code
file generation.
* off-line ASN1 structure management with C code file generation
containing an array.
* DER (Distinguish Encoding Rules) encoding
* no limits for INTEGER and ENUMERATED values
.
This package contains header files and libraries for static linking.
Package: libtasn1-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Breaks: libtasn1-6-dev (<< 3.6-2), libtasn1-3-dev (<< 3)
Replaces: libtasn1-6-dev (<< 3.6-2), libtasn1-3-dev (<< 3)
Priority: extra
Description: Manage ASN.1 structures (documentation)
Manage ASN1 (Abstract Syntax Notation One) structures.
The main features of this library are:
* on-line ASN1 structure management that doesn't require any C code
file generation.
* off-line ASN1 structure management with C code file generation
containing an array.
* DER (Distinguish Encoding Rules) encoding
* no limits for INTEGER and ENUMERATED values
.
This package contains the documentation for developing with libtasn1.
Package: libtasn1-6
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Manage ASN.1 structures (runtime)
Manage ASN1 (Abstract Syntax Notation One) structures.
The main features of this library are:
* on-line ASN1 structure management that doesn't require any C code
file generation.
* off-line ASN1 structure management with C code file generation
containing an array.
* DER (Distinguish Encoding Rules) encoding
* no limits for INTEGER and ENUMERATED values
.
This package contains runtime libraries.
Package: libtasn1-bin
Section: devel
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libtasn1-3-bin
Breaks: libtasn1-3-bin (<< 3)
Multi-Arch: foreign
Description: Manage ASN.1 structures (binaries)
Manage ASN1 (Abstract Syntax Notation One) structures.
The main features of this library are:
* on-line ASN1 structure management that doesn't require any C code
file generation.
* off-line ASN1 structure management with C code file generation
containing an array.
* DER (Distinguish Encoding Rules) encoding
* no limits for INTEGER and ENUMERATED values
.
This package contains programs to encode, decode and parse asn1 data
structures.
Package: libtasn1-3-bin
Section: oldlibs
Priority: extra
Architecture: all
Depends: libtasn1-bin (>= ${source:Version}), ${misc:Depends}
Description: transitional libtasn1-3-bin package
This is a transitional dummy package to ease the migration from
libtasn1-3-bin to libtasn1-bin. You can safely remove this package.
|