Source: dataquay Section: libs Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Jaromír Mikeš , 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.