File: control

package info (click to toggle)
jose 10-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,808 kB
  • sloc: ansic: 9,729; sh: 4,836; makefile: 157
file content (53 lines) | stat: -rw-r--r-- 1,748 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
45
46
47
48
49
50
51
52
53
Source: jose
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Homepage: https://github.com/latchset/jose
Standards-Version: 4.5.0
Vcs-Browser: https://git.in-ulm.de/cbiedl/jose
Vcs-Git: https://git.in-ulm.de/cbiedl/jose.git
Build-Depends: debhelper-compat (= 12),
    libjansson-dev (>= 2.10),
    libssl-dev (>= 1.0.2),
    pkg-config,
    zlib1g-dev,
Priority: optional
Rules-Requires-Root: no
Section: net

Package: jose
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: C implementation of Javascript Object Signing and Encryption standards
 José is a C-language implementation of the Javascript Object Signing
 and Encryption standards. Specifically, José aims towards implementing
 the following standards:
 .
   RFC 7515 - JSON Web Signature (JWS)
   RFC 7516 - JSON Web Encryption (JWE)
   RFC 7517 - JSON Web Key (JWK)
   RFC 7518 - JSON Web Algorithms (JWA)
   RFC 7519 - JSON Web Token (JWT)
   RFC 7520 - Examples of ... JOSE
   RFC 7638 - JSON Web Key (JWK) Thumbprint

Package: libjose0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Section: libs
Multi-Arch: same
Description: Javascript Object Signing and Encryption (José) - library
 This package provides the shared library for José, a C-language
 implementation of the Javascript Object Signing and Encryption
 standards.

Package: libjose-dev
Architecture: any
Depends: ${misc:Depends},
    libjansson-dev,
    libjose0 (= ${binary:Version}),
    libssl-dev,
    zlib1g-dev,
Section: libdevel
Description: Javascript Object Signing and Encryption (José) - development files
 This package provides the development files for José, a C-language
 implementation of the Javascript Object Signing and Encryption
 standards.