control.in 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Source: wolfssl
  2. Maintainer: wolfSSL <support@wolfssl.com>
  3. Section: libs
  4. Priority: optional
  5. Standards-Version: 4.6.2
  6. Build-Depends: debhelper-compat (= 13)
  7. Vcs-Git: https://github.com/wolfSSL/wolfssl.git
  8. Vcs-browser: https://github.com/wolfSSL/wolfssl
  9. Homepage: https://www.wolfssl.com/
  10. Package: libwolfssl
  11. Architecture: any
  12. Section: libs
  13. Priority: optional
  14. Pre-Depends:
  15. Depends:
  16. ${shlibs:Depends},
  17. ${misc:Depends}
  18. Description: wolfSSL encryption library
  19. The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight SSL/TLS
  20. library written in ANSI C and targeted for embedded, RTOS, and
  21. resource-constrained environments - primarily because of its small size, speed,
  22. and feature set. It is commonly used in standard operating environments as well
  23. because of its royalty-free pricing and excellent cross platform support.
  24. wolfSSL supports industry standards up to the current TLS 1.3 and DTLS 1.3
  25. levels.
  26. Package: libwolfssl-dev
  27. Architecture: any
  28. Section: libdevel
  29. Priority: optional
  30. Pre-Depends:
  31. Depends:
  32. libwolfssl (= ${binary:Version}),
  33. ${misc:Depends}
  34. Description: wolfSSL encryption library
  35. The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight SSL/TLS
  36. library written in ANSI C and targeted for embedded, RTOS, and
  37. resource-constrained environments - primarily because of its small size, speed,
  38. and feature set. It is commonly used in standard operating environments as well
  39. because of its royalty-free pricing and excellent cross platform support.
  40. wolfSSL supports industry standards up to the current TLS 1.3 and DTLS 1.3
  41. levels.