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
|
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: bison, debhelper-compat (=12), help2man <!cross>
Build-Depends-Indep: gtk-doc-tools, texinfo, texlive-latex-base
Standards-Version: 4.5.0
Priority: optional
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnutls-team/libtasn1
Vcs-Git: https://salsa.debian.org/gnutls-team/libtasn1.git
Homepage: https://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
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)
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
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.
|