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
|
Source: hyprlang
Section: libs
Homepage: https://github.com/hyprwm/hyprlang/
Priority: optional
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/hyprlang.git
Vcs-Browser: https://salsa.debian.org/debian/hyprlang
Maintainer: Alan M Varghese (NyxTrail) <alan@digistorm.in>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libhyprutils-dev (>= 0.1.1),
pkgconf
Rules-Requires-Root: no
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.
|