scx/debian/control

40 lines
822 B
Plaintext
Raw Normal View History

2024-08-15 21:07:56 +02:00
Source: scx
Section: misc
2024-08-15 21:01:35 +02:00
Priority: optional
2024-08-15 21:07:56 +02:00
Maintainer: Andrea Righi <andrea.righi@canonical.com>
Standards-Version: 4.5.1
Build-Depends:
debhelper-compat (= 13),
2024-08-15 21:28:41 +02:00
debhelper (>= 11),
fakeroot,
linux-libc-dev,
bpftool,
2024-08-15 21:07:56 +02:00
libbpf-dev (>= 1.4.0),
2024-08-15 21:28:41 +02:00
binutils-dev,
libelf-dev,
libcap-dev,
zlib1g-dev,
pkg-config,
cmake,
pkgconf,
2024-08-15 21:34:47 +02:00
libsystemd-dev,
systemd-dev,
2024-08-15 21:28:41 +02:00
cargo,
rustc,
clang,
llvm,
llvm-dev,
jq,
meson,
2024-08-15 21:07:56 +02:00
Homepage: https://github.com/sched-ext/scx
Vcs-Git: https://github.com/sched-ext/scx
2024-08-15 21:01:35 +02:00
2024-08-15 21:07:56 +02:00
Package: scx
2024-08-15 21:28:41 +02:00
Architecture: linux-any
2024-08-15 21:07:56 +02:00
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
2024-08-15 21:28:41 +02:00
scheduler implementations and support utilities.