File: control

package info (click to toggle)
u-config 0.33.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 236 kB
  • sloc: ansic: 3,517; makefile: 75; sh: 34
file content (34 lines) | stat: -rw-r--r-- 1,153 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
Source: u-config
Section: devel
Priority: optional
Maintainer: Andrea Pappacoda <tachi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-single-binary,
 dpkg-build-api (= 1),
Standards-Version: 4.7.2
Homepage: https://github.com/skeeto/u-config
Vcs-Git: https://salsa.debian.org/tachi/u-config.git
Vcs-Browser: https://salsa.debian.org/tachi/u-config
X-Style: black

Package: u-config
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: smaller, simpler, portable pkg-config clone
 u-config ("micro-config") is a small, highly portable pkg-config and
 pkgconf clone.
 .
 It is a fraction of the size while retaining the core, user-level
 features of pkg-config and pkgconf. It is also highly portable,
 supporting a variety of compilers and operating systems; it can even be
 built without libc.
 .
 u-config focuses on supporting existing pkg-config based builds, while
 omitting developer-level features like debugging options. It also adds
 some unique features, like the possibility of separating arguments by
 line feeds instead of spaces, and better handling of spaces in file
 paths.