oxen-mq/debian/control

49 lines
2.1 KiB
Plaintext
Raw Normal View History

2021-01-14 20:49:15 +01:00
Source: oxenmq
2020-03-13 22:11:01 +01:00
Priority: optional
Maintainer: Jason Rhinelander <jason@imaginary.ca>
2022-08-31 18:45:30 +02:00
Build-Depends: debhelper-compat (= 11), cmake (>= 3.5), g++, pkg-config, libzmq3-dev (>= 4.3), libsodium-dev, liboxenc-dev (>= 1.0.4)
2020-03-13 22:11:01 +01:00
Standards-Version: 4.4.1
Section: libs
2021-08-09 18:15:41 +02:00
Homepage: https://github.com/oxen-io/oxen-mq
2020-03-13 22:11:01 +01:00
2021-01-14 20:49:15 +01:00
Package: liboxenmq-dev
2020-03-13 22:11:01 +01:00
Section: libdevel
Architecture: any
2022-10-06 01:32:35 +02:00
Depends: liboxenmq1.2.14 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), liboxenc-dev (>= 1.0.4)
2021-08-09 18:15:41 +02:00
Description: zeromq-based Oxen message passing library (headers)
2020-09-22 01:59:34 +02:00
This C++17 library contains an abstraction layer around ZeroMQ to support
2021-08-09 18:15:41 +02:00
integration with Oxen authentication, RPC, and message passing. It is
2020-03-13 22:11:01 +01:00
designed to be usable as the underlying communication mechanism of SN-to-SN
communication ("quorumnet"), the RPC interface used by wallets and local
2021-01-14 20:49:15 +01:00
daemon commands, communication channels between oxend and auxiliary services
2020-03-13 22:11:01 +01:00
(storage server, lokinet), and also provides a local multithreaded job
scheduling within a process.
.
This package contains the library headers and other development files needed
2021-01-14 20:49:15 +01:00
to build software using oxenmq.
2020-03-13 22:11:01 +01:00
2022-10-06 01:32:35 +02:00
Package: liboxenmq1.2.14
2020-03-13 22:11:01 +01:00
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
2021-08-09 18:15:41 +02:00
Description: zeromq-based Oxen message passing library
2020-09-22 01:59:34 +02:00
This C++17 library contains an abstraction layer around ZeroMQ to support
2021-08-09 18:15:41 +02:00
integration with Oxen authentication, RPC, and message passing. It is
2020-03-13 22:11:01 +01:00
designed to be usable as the underlying communication mechanism of SN-to-SN
communication ("quorumnet"), the RPC interface used by wallets and local
2021-01-14 20:49:15 +01:00
daemon commands, communication channels between oxend and auxiliary services
2020-03-13 22:11:01 +01:00
(storage server, lokinet), and also provides a local multithreaded job
scheduling within a process.
.
2021-01-14 20:49:15 +01:00
This package contains the library file needed by software built using oxenmq.
Package: liblokimq-dev
Section: libdevel
Architecture: any
Depends: liboxenmq-dev, ${misc:Depends}
Description: transitional package
This is a transitional package that contains compatibility headers and
pkg-config data for applications still relying on the old lokimq API
namespace and package name.
.
It can be safely removed.