oxen-mq/debian/control.in

38 lines
1.8 KiB
Plaintext
Raw Normal View History

2021-01-14 20:47:48 +01:00
Source: oxenmq
2020-03-28 16:29:45 +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++-8, pkg-config, libzmq3-dev (>= 4.3), libsodium-dev, libpgm-dev, liboxenc-dev (>= 1.0.4)
2020-03-28 16:29:45 +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-28 16:29:45 +01:00
2021-01-14 20:47:48 +01:00
Package: liboxenmq-dev
2020-03-28 16:29:45 +01:00
Section: libdevel
Architecture: any
2022-08-31 18:45:30 +02:00
Depends: liboxenmq@LIB_VERSION@ (= ${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-28 16:29:45 +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:47:48 +01:00
daemon commands, communication channels between oxend and auxiliary services
2020-03-28 16:29:45 +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:47:48 +01:00
to build software using oxenmq.
2020-03-28 16:29:45 +01:00
2021-01-14 20:47:48 +01:00
Package: liboxenmq@LIB_VERSION@
2020-03-28 16:29:45 +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-28 16:29:45 +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:47:48 +01:00
daemon commands, communication channels between oxend and auxiliary services
2020-03-28 16:29:45 +01:00
(storage server, lokinet), and also provides a local multithreaded job
scheduling within a process.
.
2021-01-14 20:47:48 +01:00
This package contains the library file needed by software built using oxenmq.