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
|
Source: axc
Section: devel
Priority: optional
Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
Uploaders:
Henry-Nicolas Tourneur <debian@nilux.be>,
Build-Depends:
debhelper-compat (= 13),
libcmocka-dev,
libgcrypt20-dev,
libglib2.0-dev,
libsignal-protocol-c-dev,
libsqlite3-dev,
pkgconf,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/gkdr/axc
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/libaxc.git
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/libaxc
Package: libaxc0
Architecture: any
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: client library for libsignal-protocol-c
Client lib for libsignal-c, implementing the needed database and crypto
interfaces using SQLite and gcrypt. Initially, the library's name was
libaxolotl, hence the name.
Additionally it provides utility functions for common use cases like encrypting
and decrypting, ultimately making direct use of libsignal unnecessary.
Package: libaxc-dev
Section: libdevel
Architecture: any
Depends:
libaxc0 (= ${binary:Version}),
libsignal-protocol-c-dev,
${misc:Depends},
Description: development headers for libaxc
Client library for libsignal-c, implementing the needed database and crypto
interfaces using SQLite and gcrypt. Initially, the library's name was
libaxolotl, hence the name.
.
Additionally it provides utility functions for common use cases like encrypting
and decrypting, ultimately making direct use of libsignal unnecessary.
.
This package contains the development files.
|