scx/debian/control
2025-02-05 22:04:31 +01:00

39 lines
814 B
Plaintext

Source: scx
Section: misc
Priority: optional
Maintainer: Andrea Righi <andrea.righi@canonical.com>
Standards-Version: 4.5.1
Build-Depends:
debhelper-compat (= 13),
debhelper (>= 11),
fakeroot,
linux-libc-dev,
bpftool,
libbpf-dev (>= 1.4.0),
binutils-dev,
libelf-dev,
libcap-dev,
zlib1g-dev,
pkg-config,
cmake,
pkgconf,
libsystemd-dev,
systemd-dev,
cargo,
clang,
llvm,
llvm-dev,
jq,
meson,
Homepage: https://github.com/sched-ext/scx
Vcs-Git: https://github.com/sched-ext/scx
Package: scx
Architecture: linux-any
Depends:
${shlibs:Depends},
Description: sched_ext schedulers and tools
sched_ext is a Linux kernel feature which enables implementing kernel thread
schedulers in BPF and dynamically loading them. This package contains various
scheduler implementations and support utilities.