scx/debian/control
Ward from fusion-voyager-3 64fb1a0c0d
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 36s
we may need to change some meson opts
2024-08-15 22:28:41 +03:00

37 lines
766 B
Plaintext

Source: scx
Section: misc
Priority: optional
Maintainer: Andrea Righi <andrea.righi@canonical.com>
Standards-Version: 4.5.1
Build-Depends:
debhelper (>= 11),
fakeroot,
linux-libc-dev,
bpftool,
libbpf-dev (>= 1.4.0),
binutils-dev,
libelf-dev,
libcap-dev,
zlib1g-dev,
pkg-config,
cmake,
pkgconf,
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.