oxen-mq/debian/control.in
2020-03-28 12:29:45 -03:00

38 lines
1.8 KiB
Plaintext

Source: lokimq
Priority: optional
Maintainer: Jason Rhinelander <jason@imaginary.ca>
Build-Depends: debhelper-compat (= 11), cmake (>= 3.5), g++, pkg-config, libzmq3-dev (>= 4.3), libsodium-dev, libmapbox-variant-dev
Standards-Version: 4.4.1
Section: libs
Homepage: https://github.com/loki-project/loki-mq
Package: liblokimq-dev
Section: libdevel
Architecture: any
Depends: liblokimq@LIB_VERSION@ (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), libmapbox-variant-dev
Description: zeromq-based Loki message passing library (headers)
This C++14 library contains an abstraction layer around ZeroMQ to support
integration with Loki authentication, RPC, and message passing. It is
designed to be usable as the underlying communication mechanism of SN-to-SN
communication ("quorumnet"), the RPC interface used by wallets and local
daemon commands, communication channels between lokid and auxiliary services
(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
to build software using lokimq.
Package: liblokimq@LIB_VERSION@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Loki message passing library
This C++14 library contains an abstraction layer around ZeroMQ to support
integration with Loki authentication, RPC, and message passing. It is
designed to be usable as the underlying communication mechanism of SN-to-SN
communication ("quorumnet"), the RPC interface used by wallets and local
daemon commands, communication channels between lokid and auxiliary services
(storage server, lokinet), and also provides a local multithreaded job
scheduling within a process.
.
This package contains the library file needed by software built using lokimq.