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 <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
debhelper (>= 9),
qtbase5-dev,
librdf0-dev
Standards-Version: 3.9.8
Homepage: http://breakfastquay.com/dataquay/
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/dataquay.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/dataquay.git
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 Qt4 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:
${misc:Depends},
libdataquay0 (= ${binary:Version}),
librdf0-dev
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 Qt4 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.
|