File: control

package info (click to toggle)
xplc 0.3.13-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,532 kB
  • sloc: sh: 2,739; cpp: 2,697; ansic: 1,127; makefile: 64; perl: 6
file content (42 lines) | stat: -rw-r--r-- 1,736 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
39
40
41
42
Source: xplc
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: uuid-dev, debhelper-compat (= 13)
Standards-Version: 4.6.1
Homepage: https://xplc.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/xplc.git
Vcs-Browser: https://salsa.debian.org/debian/xplc

Package: libxplc0.3.13
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Light weight component system
 XPLC ("Cross-Platform Lightweight Components") is a component system that
 will provide extensibility and reusability both inside and between
 applications, while being portable across platforms (and languages) and
 having the lowest possible overhead (both in machine resources and
 programming effort).

Package: libxplc0.3.13-dev
Section: libdevel
Architecture: any
Depends: libxplc0.3.13 (= ${binary:Version}), uuidcdef, ${shlibs:Depends}, ${misc:Depends}
Description: Light weight component system (Development libraries and headers)
 XPLC ("Cross-Platform Lightweight Components") is a component system that
 will provide extensibility and reusability both inside and between
 applications, while being portable across platforms (and languages) and
 having the lowest possible overhead (both in machine resources and
 programming effort).
 .
 This package contains header files required for development..

Package: uuidcdef
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Universally Unique Identifier (UUID) generator
 This utility generates univerally unique identifiers (UUIDs).  It also
 manages to print them out in OSF form, or as a C structure when handling
 them in programs, as is the case for an XPLC-enabled library.