File: control

package info (click to toggle)
dataquay 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 864 kB
  • sloc: cpp: 9,123; sh: 26; ansic: 13; makefile: 7
file content (53 lines) | stat: -rw-r--r-- 1,588 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
43
44
45
46
47
48
49
50
51
52
53
Source: dataquay
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Jaromír Mikeš <mira.mikes@seznam.cz>,
Build-Depends:
 debhelper-compat (= 13),
 librdf0-dev,
 qt6-base-dev,
Standards-Version: 4.7.2
Homepage: https://breakfastquay.com/dataquay/
Vcs-Git: https://salsa.debian.org/multimedia-team/dataquay.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/dataquay

Package: libdataquay0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: Simple RDF for C++ and Qt applications
 Dataquay is a library that provides a friendly C++ interface
 to an RDF (Resource Description Framework) datastore
 using Qt classes and containers.
 Supported datastores are the popular and feature-complete Redland
 and the lightweight Sord.
 .
 It is principally aimed at Qt-based applications.

Package: libdataquay-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends:
 libdataquay0 (= ${binary:Version}),
 librdf0-dev,
 ${misc:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: Simple RDF for C++ and Qt applications (development files)
 Dataquay is a library that provides a friendly C++ interface
 to an RDF (Resource Description Framework) datastore
 using Qt classes and containers.
 Supported datastores are the popular and feature-complete Redland
 and the lightweight Sord.
 .
 It is principally aimed at Qt-based applications.
 .
 This package contains the headers used to build applications
 that use libdataquay.