scx/debian/control
Ward from fusion-voyager-3 242f0da70e
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 3m51s
change some meson opts
2024-08-15 22:34:47 +03:00

40 lines
822 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,
rustc,
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.