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
|
Source: lime
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Bernhard Schmidt <berni@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
libbctoolbox-dev (>= 5.3),
libsoci-dev,
Build-Depends-Arch:
libsqlite3-dev,
libboost-dev,
Build-Depends-Indep:
doxygen <!nodoc>,
libregexp-assemble-perl <!nodoc>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Section: libs
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/linphone-stack/lime
Vcs-Git: https://salsa.debian.org/pkg-voip-team/linphone-stack/lime.git
Package: liblime-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liblime1 (= ${binary:Version}), ${misc:Depends}
Description: End-to-end encryption library featuring ECC and PFS
LIME is an end-to-end encryption library for one-to-one and group
instant messaging, allowing users to exchange messages privately and
asynchronously. It uses Curve448-Goldilocks for key agreement and
employs a double ratchet algorithm for perfect forward secrecy.
.
LIME is composed of a portable client library coupled with a public
key server developed by Belledonne Communications to allow end-to-end
encryption for messaging, without having to exchange cryptographic
keys simultaneously.
.
The library exposes a C, C++ and Java API for easy integration in
mobile and desktop environments.
.
This package contains everything needed to build software written
against LIME.
Package: liblime1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: End-to-end encryption library featuring ECC and PFS
LIME is an end-to-end encryption library for one-to-one and group
instant messaging, allowing users to exchange messages privately and
asynchronously. It uses Curve448-Goldilocks for key agreement and
employs a double ratchet algorithm for perfect forward secrecy.
.
LIME is composed of a portable client library coupled with a public
key server developed by Belledonne Communications to allow end-to-end
encryption for messaging, without having to exchange cryptographic
keys simultaneously.
.
The library exposes a C, C++ and Java API for easy integration in
mobile and desktop environments.
.
This package contains the run-time shared library.
Package: liblime-doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends: ${misc:Depends}
Description: End-to-end encryption library featuring ECC and PFS
LIME is an end-to-end encryption library for one-to-one and group
instant messaging, allowing users to exchange messages privately and
asynchronously. It uses Curve448-Goldilocks for key agreement and
employs a double ratchet algorithm for perfect forward secrecy.
.
LIME is composed of a portable client library coupled with a public
key server developed by Belledonne Communications to allow end-to-end
encryption for messaging, without having to exchange cryptographic
keys simultaneously.
.
The library exposes a C, C++ and Java API for easy integration in
mobile and desktop environments.
.
This package contains the developer documentation.
|