File: control

package info (click to toggle)
hyprutils 0.10.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 440 kB
  • sloc: cpp: 4,021; sh: 9; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,071 bytes parent folder | download
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.