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
|
Source: hyprutils
Section: libs
Priority: optional
Maintainer: Alan M Varghese (NyxTrail) <alan@digistorm.in>
Build-Depends:
debhelper-compat (= 13),
cmake,
libpixman-1-dev,
pkgconf,
Standards-Version: 4.7.2
Homepage: https://github.com/hyprwm/hyprutils
Vcs-Browser: https://salsa.debian.org/NyxTrail/hyprutils
Vcs-Git: https://salsa.debian.org/NyxTrail/hyprutils.git
Package: libhyprutils-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libhyprutils9 (= ${binary:Version}),
${misc:Depends},
Description: Utilities used across the Hyprland ecosystem (development files)
Hyprutils is a small C++ library for utilities used across the Hyprland
window manager ecosystem.
.
This package contains the development files.
Package: libhyprutils9
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Utilities used across the Hyprland ecosystem (library)
Hyprutils is a small C++ library for utilities used across the Hyprland
window manager ecosystem.
.
This package contains the binary shared library.
|