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
|
Source: seastar
Section: libs
Priority: optional
Maintainer: Asias He <asias@debian.org>
Build-Depends:
debhelper-compat (= 13),
diffutils (>= 3.10),
cmake (>= 3.31.6),
doxygen,
g++ (>= 14),
gcc (>= 10),
libboost-all-dev,
libc-ares-dev,
libcrypto++-dev,
libfmt-dev,
libgnutls28-dev,
libhwloc-dev,
liblz4-dev,
libnuma-dev,
libpciaccess-dev,
libprotobuf-dev,
libsctp-dev,
libtool,
liburing-dev,
libxml2-dev,
libyaml-cpp-dev,
make (>= 4.4.1),
meson,
ninja-build,
openssl,
pkgconf,
protobuf-compiler,
python3,
python3-pyelftools,
python3-yaml,
ragel,
stow,
systemtap-sdt-dev,
valgrind,
xfslibs-dev
Standards-Version: 4.7.2
Homepage: https://github.com/scylladb/seastar
Rules-Requires-Root: no
Package: seastar-dev
Section: libdevel
Architecture: amd64
Multi-Arch: same
Depends: ${misc:Depends}
Description: high-performance C++ framework for server applications
Seastar is a high-performance event-driven framework designed for
building scalable server applications. It provides a shared-nothing
architecture and supports asynchronous programming with futures.
.
This package contains the development files and headers necessary
for building applications using the Seastar framework.
|