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
|
Source: libtoxcore
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
debhelper-compat (= 13),
cmake,
pkgconf,
libconfig-dev,
libncurses-dev,
libopus-dev,
libsodium-dev,
libvpx-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Section: libs
Homepage: https://tox.chat
Vcs-Git: https://salsa.debian.org/yangfl-guest/c-toxcore.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/c-toxcore
Package: libtoxcore2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Distributed, secure messenger
Tox provides an encrypted, distributed, and extensible peer-to-peer platform
that can be used for various forms of communication. Tox is intended to be used
as a multimedia messenger, but many people have shown that Tox can be used for
a lot more than just instant messaging.
Package: libtoxcore-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
libtoxcore2 (= ${binary:Version}),
libsodium-dev,
libopus-dev,
libvpx-dev,
Description: Distributed, secure messenger - development headers
Tox provides an encrypted, distributed, and extensible peer-to-peer platform
that can be used for various forms of communication. Tox is intended to be used
as a multimedia messenger, but many people have shown that Tox can be used for
a lot more than just instant messaging.
.
This package contains the development headers.
Package: toxcore-utils
Architecture: any
Section: net
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Distributed, secure messenger - DHT bootstrap tools
Tox provides an encrypted, distributed, and extensible peer-to-peer platform
that can be used for various forms of communication. Tox is intended to be used
as a multimedia messenger, but many people have shown that Tox can be used for
a lot more than just instant messaging.
.
This package contains DHT bootstrap tools, including DHT_bootstrap and
tox-bootstrapd.
|