lokinet/debian/control

56 lines
2.2 KiB
Plaintext
Raw Normal View History

2018-10-23 11:45:14 +00:00
Source: lokinet
Section: net
Priority: optional
Maintainer: Jeff Becker (probably not evil) <jeff@i2p.rocks>
Build-Depends: debhelper (>= 11), g++, ninja-build, cmake (>= 3.10), pkg-config, libuv1-dev, git, libunbound-dev,
2021-04-22 04:55:53 +00:00
libsodium-dev (>= 1.0.18), libsystemd-dev, liboxenmq-dev (>= 1.2.5), libsqlite3-dev, nettle-dev, libevent-dev,
2021-06-29 19:11:31 +00:00
libcurl4-openssl-dev, libssl-dev, libjemalloc-dev
2018-10-23 11:45:14 +00:00
Standards-Version: 3.9.6
2021-04-22 04:55:53 +00:00
Homepage: https://lokinet.org/
Vcs-Git: git://github.com/oxen-io/loki-network.git
Vcs-Browser: https://github.com/oxen-io/loki-network
2018-10-23 11:45:14 +00:00
Package: lokinet-bin
2018-10-23 11:45:14 +00:00
Architecture: any
2020-03-14 04:31:02 +00:00
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, curl
Description: Lokinet anonymous, decentralized overlay network -- binaries
Lokinet private, decentralized, market-based, Sybil resistant overlay network
for the internet.
.
This package contains the lokinet binaries; most users will want to install
the lokinet or lokinet-router packages to run lokinet as a system service.
Package: lokinet
Architecture: all
Depends: lokinet-bin (=${binary:Version}), adduser, ucf
Recommends: resolvconf
Description: Lokinet anonymous, decentralized overlay network - client service
Lokinet private, decentralized, market-based, Sybil resistant overlay network
for the internet.
.
This package contains contains the configuration needed to run lokinet as a
system service to allow the local system to access lokinet either as an
anonymous client or as a lokinet "snapp".
.
Most users looking to access lokinet want to install this package.
Package: lokinet-router
Architecture: all
Depends: lokinet-bin (=${binary:Version}), oxend, adduser, ucf
Description: Lokinet anonymous, decentralized overlay network - client service
Lokinet private, decentralized, market-based, Sybil resistant overlay network
for the internet.
2018-10-23 11:45:14 +00:00
.
This package contains contains the configuration needed to run a lokinet
router as a system service.
.
Users just looking to access lokinet want the 'lokinet' package instead.
2020-03-24 15:30:20 +00:00
Package: lokinetmon
Architecture: all
2021-07-22 16:01:01 +00:00
Depends: python3, python3-zmq
2020-03-24 15:30:20 +00:00
Recommends: lokinet | lokinet-router
Description: Console-based Lokinet monitor
This package provides lokinetmon, a Python-based tool for monitoring a running
Lokinet process.