control 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Source: jose
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://github.com/latchset/jose
  4. Standards-Version: 4.1.1
  5. Build-Depends: debhelper (>= 10~),
  6. libjansson-dev,
  7. libssl-dev,
  8. pkg-config,
  9. zlib1g-dev,
  10. Priority: optional
  11. Section: net
  12. Package: jose
  13. Architecture: any
  14. Depends: ${misc:Depends}, ${shlibs:Depends},
  15. Description: C implementation of Javascript Object Signing and Encryption standards
  16. José is a C-language implementation of the Javascript Object Signing
  17. and Encryption standards. Specifically, José aims towards implementing
  18. the following standards:
  19. .
  20. RFC 7515 - JSON Web Signature (JWS)
  21. RFC 7516 - JSON Web Encryption (JWE)
  22. RFC 7517 - JSON Web Key (JWK)
  23. RFC 7518 - JSON Web Algorithms (JWA)
  24. RFC 7519 - JSON Web Token (JWT)
  25. RFC 7520 - Examples of ... JOSE
  26. RFC 7638 - JSON Web Key (JWK) Thumbprint
  27. Package: libjose0
  28. Architecture: any
  29. Depends: ${misc:Depends}, ${shlibs:Depends},
  30. Section: libs
  31. Multi-Arch: same
  32. Description: Javascript Object Signing and Encryption (José) - library
  33. This package provides the shared library for José, a C-language
  34. implementation of the Javascript Object Signing and Encryption
  35. standards.
  36. Package: libjose-dev
  37. Architecture: any
  38. Depends: ${misc:Depends},
  39. libjose0 (= ${binary:Version}),
  40. Section: libdevel
  41. Description: Javascript Object Signing and Encryption (José) - development files
  42. This package provides the development files for José, a C-language
  43. implementation of the Javascript Object Signing and Encryption
  44. standards.