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 39 40 41 42 43
|
Source: hyprlang
Section: libs
Homepage: https://github.com/hyprwm/hyprlang/
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/hyprland-team/hyprlang.git
Vcs-Browser: https://salsa.debian.org/hyprland-team/hyprlang
Maintainer: Debian Hyprland Maintainers <team+hyprland@tracker.debian.org>
Uploaders:
Alan M Varghese (NyxTrail) <alan@digistorm.in>,
Carl Keinath <carl.keinath@gmail.com>,
Chow Loong Jin <hyperair@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
libhyprutils-dev (>= 0.7.1),
pkgconf
Package: libhyprlang-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
libhyprlang2 (= ${binary:Version}),
Description: Fast and user-friendly configuration language (dev files)
The hypr configuration language is an extremely efficient, yet easy to
work with, configuration language for Linux applications.
.
It's user-friendly, easy to grasp, and easy to implement.
.
This package contains development files.
Package: libhyprlang2
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Fast and user-friendly configuration language (library files)
The hypr configuration language is an extremely efficient, yet easy to
work with, configuration language for Linux applications.
.
It's user-friendly, easy to grasp, and easy to implement.
.
This package contains the shared object.
|